aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_group.c')
-rw-r--r--src/testing/test_testing_group.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/test_testing_group.c b/src/testing/test_testing_group.c
index f222fbb82..81d949e2a 100644
--- a/src/testing/test_testing_group.c
+++ b/src/testing/test_testing_group.c
@@ -65,10 +65,8 @@ my_cb (void *cls,
65 } 65 }
66 66
67 peers_left--; 67 peers_left--;
68 fprintf(stderr, "peers_left is %d, failed_peers is %d\n", peers_left, failed_peers);
69 if (peers_left == 0) 68 if (peers_left == 0)
70 { 69 {
71 sleep(2); /* Give other services a chance to initialize before killing */
72 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "All peers started successfully, ending test!\n"); 70 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "All peers started successfully, ending test!\n");
73 GNUNET_TESTING_daemons_stop (pg, TIMEOUT); 71 GNUNET_TESTING_daemons_stop (pg, TIMEOUT);
74 ok = 0; 72 ok = 0;