diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-18 13:47:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-18 13:47:35 +0200 |
commit | 8cd29d1670d5c9cb8d96bc4d68effa155fd65f46 (patch) | |
tree | d4aa1e2cce8daea63b26612ded7309107d83fff7 | |
parent | cbcd82e1fc6e3042094261b54b0448e65c63f4d5 (diff) | |
download | exchange-8cd29d1670d5c9cb8d96bc4d68effa155fd65f46.tar.gz exchange-8cd29d1670d5c9cb8d96bc4d68effa155fd65f46.tar.bz2 exchange-8cd29d1670d5c9cb8d96bc4d68effa155fd65f46.zip |
adding configuration for testing mint httpd
-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 2ea3be25..f80b3206 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -216,10 +216,10 @@ main (int argc, "taler-mint-httpd", "-d", "test-mint-home", NULL); + /* give child time to start and bind against the socket */ sleep (1); result = GNUNET_SYSERR; GNUNET_SCHEDULER_run (&run, NULL); - sleep (60); GNUNET_OS_process_kill (mintd, SIGTERM); GNUNET_OS_process_wait (mintd); |