aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-27 22:54:11 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-27 22:54:11 +0000
commit831a40aa47b5ca69a1ea35791e37fe3acb713436 (patch)
tree39f7b128d396b9d55b6256a309ab234277498648 /src/testing
parent673f6484f4dff8fac2cf3029dbd993581b61f370 (diff)
downloadgnunet-831a40aa47b5ca69a1ea35791e37fe3acb713436.tar.gz
gnunet-831a40aa47b5ca69a1ea35791e37fe3acb713436.zip
testing not yet ready for testing
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