exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8cd29d1670d5c9cb8d96bc4d68effa155fd65f46
parent cbcd82e1fc6e3042094261b54b0448e65c63f4d5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 18 Jun 2015 13:47:35 +0200

adding configuration for testing mint httpd

Diffstat:
Msrc/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 @@ -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);