From: Nathan S. Evans Date: Mon, 10 May 2010 13:56:58 +0000 (+0000) Subject: testing api change X-Git-Tag: initial-import-from-subversion-38251~21790 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2e255a2b93b9b1f7a2c87460c0a3cab884552ac4;p=oweals%2Fgnunet.git testing api change --- diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c index 97bf5dc7e..fba44eaeb 100644 --- a/src/fs/fs_test_lib.c +++ b/src/fs/fs_test_lib.c @@ -289,7 +289,7 @@ start_timeout (void *cls, struct StartContext *sctx = cls; unsigned int i; - GNUNET_TESTING_daemons_stop (sctx->group); + GNUNET_TESTING_daemons_stop (sctx->group, GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 30)); for (i=0;itotal;i++) { if (i < sctx->have) @@ -354,6 +354,7 @@ GNUNET_FS_TEST_daemons_start (struct GNUNET_SCHEDULER_Handle *sched, sctx->group = GNUNET_TESTING_daemons_start (sched, sctx->cfg, total, + timeout, NULL, NULL, ¬ify_running, @@ -450,7 +451,7 @@ GNUNET_FS_TEST_daemons_stop (struct GNUNET_SCHEDULER_Handle *sched, unsigned int i; GNUNET_assert (total > 0); - GNUNET_TESTING_daemons_stop (daemons[0]->group); + GNUNET_TESTING_daemons_stop (daemons[0]->group, GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 30)); for (i=0;ifs);