diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-11-10 20:43:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-11-10 20:43:30 +0000 |
commit | 8a25345d472b2ef4c94567b77dbaea777789e399 (patch) | |
tree | d7ceb3703b21364ed48ee7a1ec1528ce4c2acd36 /src/fs/test_fs_unindex.c | |
parent | 95a1c7ec7d5d290cf4a23d2166afc226399c6a28 (diff) |
get rid of (most) unnecessary sleeps
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r-- | src/fs/test_fs_unindex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c index 4c751c9a65..b8fac3b122 100644 --- a/src/fs/test_fs_unindex.c +++ b/src/fs/test_fs_unindex.c @@ -202,7 +202,6 @@ setup_peer (struct PeerContext *p, const char *cfgname) "-L", "DEBUG", #endif "-c", cfgname, NULL); - sleep (1); /* allow ARM to start */ #endif GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); GNUNET_ARM_start_services (p->cfg, sched, "core", NULL); |