From 8cd29d1670d5c9cb8d96bc4d68effa155fd65f46 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jun 2015 13:47:35 +0200 Subject: adding configuration for testing mint httpd --- src/mint-lib/test_mint_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index 2ea3be254..f80b32066 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); -- cgit v1.2.3