From: Christian Grothoff Date: Tue, 10 Nov 2009 20:26:24 +0000 (+0000) Subject: no need to sleep, we will re-try anyway X-Git-Tag: initial-import-from-subversion-38251~23116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c0d180fe982883ad25a07281efb6da9a715c86b;p=oweals%2Fgnunet.git no need to sleep, we will re-try anyway --- diff --git a/src/util/test_resolver_api.c b/src/util/test_resolver_api.c index 15a7f820b..09eaa9b5b 100644 --- a/src/util/test_resolver_api.c +++ b/src/util/test_resolver_api.c @@ -176,7 +176,6 @@ check () "-L", "DEBUG", #endif "-c", "test_resolver_api_data.conf", NULL); - sleep (1); GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, "test-resolver-api", "nohelp", options, &run, &ok);