aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-10 20:43:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-10 20:43:30 +0000
commit8a25345d472b2ef4c94567b77dbaea777789e399 (patch)
treed7ceb3703b21364ed48ee7a1ec1528ce4c2acd36 /src/fs/test_fs_publish.c
parent95a1c7ec7d5d290cf4a23d2166afc226399c6a28 (diff)
downloadgnunet-8a25345d472b2ef4c94567b77dbaea777789e399.tar.gz
gnunet-8a25345d472b2ef4c94567b77dbaea777789e399.zip
get rid of (most) unnecessary sleeps
Diffstat (limited to 'src/fs/test_fs_publish.c')
-rw-r--r--src/fs/test_fs_publish.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_publish.c b/src/fs/test_fs_publish.c
index 46a2dc3da..b51fb1cba 100644
--- a/src/fs/test_fs_publish.c
+++ b/src/fs/test_fs_publish.c
@@ -194,7 +194,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
194 "-L", "DEBUG", 194 "-L", "DEBUG",
195#endif 195#endif
196 "-c", cfgname, NULL); 196 "-c", cfgname, NULL);
197 sleep (1); /* allow ARM to start */
198#endif 197#endif
199 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 198 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
200 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL); 199 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL);