aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_group.c')
-rw-r--r--src/testing/testing_group.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index aa1d5da69..d77738296 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -1396,6 +1396,7 @@ create_and_copy_friend_files (struct GNUNET_TESTING_PeerGroup *pg)
1396 count++; 1396 count++;
1397 if (ret == GNUNET_SYSERR) 1397 if (ret == GNUNET_SYSERR)
1398 { 1398 {
1399 /* FIXME: why sleep here? -CG */
1399 sleep(1); 1400 sleep(1);
1400 } 1401 }
1401 } 1402 }
@@ -1547,6 +1548,7 @@ create_and_copy_blacklist_files (struct GNUNET_TESTING_PeerGroup *pg, char *tran
1547 count++; 1548 count++;
1548 if (ret == GNUNET_SYSERR) 1549 if (ret == GNUNET_SYSERR)
1549 { 1550 {
1551 /* FIXME: why sleep here? -CG */
1550 sleep(1); 1552 sleep(1);
1551 } 1553 }
1552 } 1554 }