diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-05 17:27:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-05 17:27:20 +0200 |
commit | b8c264656cb387f90697885767c5c47216a51816 (patch) | |
tree | 2cdf778cb6e92cda7e2c716666d423ce9d475bcc /src/mint-lib/test_mint_api.c | |
parent | 0372b7583b530cd9cd9c5b65f8a2de98135cdc1e (diff) |
final fixes to make test pass
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index 58f502bae..0fe1ad427 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -1045,7 +1045,7 @@ main (int argc, "-d", "test-mint-home", NULL); /* give child time to start and bind against the socket */ - sleep (5); + sleep (2); result = GNUNET_SYSERR; GNUNET_SCHEDULER_run (&run, NULL); GNUNET_OS_process_kill (mintd, |