aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing.c4
-rw-r--r--src/testing/testing.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c
index ab3bc10be..886427402 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26 26
27#define VERBOSE GNUNET_NO 27#define VERBOSE GNUNET_YES
28 28
29static int ok; 29static int ok;
30 30
@@ -91,7 +91,7 @@ check ()
91 GNUNET_GETOPT_OPTION_END 91 GNUNET_GETOPT_OPTION_END
92 }; 92 };
93 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 93 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
94 argv, "test-tesing", "nohelp", 94 argv, "test-testing", "nohelp",
95 options, &run, &ok); 95 options, &run, &ok);
96 return ok; 96 return ok;
97} 97}
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 6ecb9c944..e4cc74827 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -40,13 +40,13 @@
40#include "gnunet_testing_lib.h" 40#include "gnunet_testing_lib.h"
41#include "gnunet_transport_service.h" 41#include "gnunet_transport_service.h"
42 42
43#define DEBUG_TESTING GNUNET_NO 43#define DEBUG_TESTING GNUNET_YES
44 44
45/** 45/**
46 * How long do we wait after starting gnunet-service-arm 46 * How long do we wait after starting gnunet-service-arm
47 * for the core service to be alive? 47 * for the core service to be alive?
48 */ 48 */
49#define ARM_START_WAIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) 49#define ARM_START_WAIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2)
50 50
51/** 51/**
52 * How many times are we willing to try to wait for "scp" or 52 * How many times are we willing to try to wait for "scp" or