aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_namespace.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_namespace.c
parent95a1c7ec7d5d290cf4a23d2166afc226399c6a28 (diff)
downloadgnunet-8a25345d472b2ef4c94567b77dbaea777789e399.tar.gz
gnunet-8a25345d472b2ef4c94567b77dbaea777789e399.zip
get rid of (most) unnecessary sleeps
Diffstat (limited to 'src/fs/test_fs_namespace.c')
-rw-r--r--src/fs/test_fs_namespace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_namespace.c b/src/fs/test_fs_namespace.c
index 90286067d..d0db8dfcf 100644
--- a/src/fs/test_fs_namespace.c
+++ b/src/fs/test_fs_namespace.c
@@ -66,7 +66,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
66 "-L", "DEBUG", 66 "-L", "DEBUG",
67#endif 67#endif
68 "-c", cfgname, NULL); 68 "-c", cfgname, NULL);
69 sleep (1); /* allow ARM to start */
70#endif 69#endif
71 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 70 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
72 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL); 71 GNUNET_ARM_start_services (p->cfg, sched, "core", NULL);