aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gns/test_gns_dht_delegated_lookup.c2
-rw-r--r--src/gns/test_gns_max_queries.c2
-rw-r--r--src/gns/test_gns_simple_delegated_lookup.c2
-rw-r--r--src/gns/test_gns_simple_get_authority.c2
-rw-r--r--src/gns/test_gns_simple_lookup.c2
-rw-r--r--src/gns/test_gns_simple_lookup.conf2
-rw-r--r--src/gns/test_gns_simple_mx_lookup.c2
-rw-r--r--src/gns/test_gns_simple_shorten.c2
-rw-r--r--src/gns/test_gns_simple_zkey_lookup.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/gns/test_gns_dht_delegated_lookup.c b/src/gns/test_gns_dht_delegated_lookup.c
index b15bc3f49..96768aa5c 100644
--- a/src/gns/test_gns_dht_delegated_lookup.c
+++ b/src/gns/test_gns_dht_delegated_lookup.c
@@ -37,7 +37,7 @@
37#define VERBOSE GNUNET_YES 37#define VERBOSE GNUNET_YES
38 38
39/* Timeout for entire testcase */ 39/* Timeout for entire testcase */
40#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5) 40#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
41 41
42/* If number of peers not in config file, use this number */ 42/* If number of peers not in config file, use this number */
43#define DEFAULT_NUM_PEERS 2 43#define DEFAULT_NUM_PEERS 2
diff --git a/src/gns/test_gns_max_queries.c b/src/gns/test_gns_max_queries.c
index b95bff8c7..75cd877f2 100644
--- a/src/gns/test_gns_max_queries.c
+++ b/src/gns/test_gns_max_queries.c
@@ -36,7 +36,7 @@
36#define VERBOSE GNUNET_YES 36#define VERBOSE GNUNET_YES
37 37
38/* Timeout for entire testcase */ 38/* Timeout for entire testcase */
39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5) 39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
40 40
41/* If number of peers not in config file, use this number */ 41/* If number of peers not in config file, use this number */
42#define DEFAULT_NUM_PEERS 2 42#define DEFAULT_NUM_PEERS 2
diff --git a/src/gns/test_gns_simple_delegated_lookup.c b/src/gns/test_gns_simple_delegated_lookup.c
index 2006754da..05ed2fe77 100644
--- a/src/gns/test_gns_simple_delegated_lookup.c
+++ b/src/gns/test_gns_simple_delegated_lookup.c
@@ -50,7 +50,7 @@
50#define VERBOSE GNUNET_YES 50#define VERBOSE GNUNET_YES
51 51
52/* Timeout for entire testcase */ 52/* Timeout for entire testcase */
53#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5) 53#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
54 54
55/* If number of peers not in config file, use this number */ 55/* If number of peers not in config file, use this number */
56#define DEFAULT_NUM_PEERS 2 56#define DEFAULT_NUM_PEERS 2
diff --git a/src/gns/test_gns_simple_get_authority.c b/src/gns/test_gns_simple_get_authority.c
index 7ad890d95..d4359ca6d 100644
--- a/src/gns/test_gns_simple_get_authority.c
+++ b/src/gns/test_gns_simple_get_authority.c
@@ -36,7 +36,7 @@
36#define VERBOSE GNUNET_YES 36#define VERBOSE GNUNET_YES
37 37
38/* Timeout for entire testcase */ 38/* Timeout for entire testcase */
39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 10) 39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
40 40
41/* If number of peers not in config file, use this number */ 41/* If number of peers not in config file, use this number */
42#define DEFAULT_NUM_PEERS 2 42#define DEFAULT_NUM_PEERS 2
diff --git a/src/gns/test_gns_simple_lookup.c b/src/gns/test_gns_simple_lookup.c
index 9cfde438d..c2843abaa 100644
--- a/src/gns/test_gns_simple_lookup.c
+++ b/src/gns/test_gns_simple_lookup.c
@@ -35,7 +35,7 @@
35#define VERBOSE GNUNET_YES 35#define VERBOSE GNUNET_YES
36 36
37/* Timeout for entire testcase */ 37/* Timeout for entire testcase */
38#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5) 38#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
39 39
40/* If number of peers not in config file, use this number */ 40/* If number of peers not in config file, use this number */
41#define DEFAULT_NUM_PEERS 2 41#define DEFAULT_NUM_PEERS 2
diff --git a/src/gns/test_gns_simple_lookup.conf b/src/gns/test_gns_simple_lookup.conf
index 410fe6319..9a21ebc9d 100644
--- a/src/gns/test_gns_simple_lookup.conf
+++ b/src/gns/test_gns_simple_lookup.conf
@@ -16,7 +16,7 @@ PORT = 2100
16BINARY = gnunet-service-dht 16BINARY = gnunet-service-dht
17 17
18[block] 18[block]
19plugins = dht test gns 19plugins = dht test namestore gns
20 20
21[dhtcache] 21[dhtcache]
22QUOTA = 1 MB 22QUOTA = 1 MB
diff --git a/src/gns/test_gns_simple_mx_lookup.c b/src/gns/test_gns_simple_mx_lookup.c
index caf95177c..2888bc396 100644
--- a/src/gns/test_gns_simple_mx_lookup.c
+++ b/src/gns/test_gns_simple_mx_lookup.c
@@ -36,7 +36,7 @@
36#define VERBOSE GNUNET_YES 36#define VERBOSE GNUNET_YES
37 37
38/* Timeout for entire testcase */ 38/* Timeout for entire testcase */
39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5) 39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
40 40
41/* If number of peers not in config file, use this number */ 41/* If number of peers not in config file, use this number */
42#define DEFAULT_NUM_PEERS 2 42#define DEFAULT_NUM_PEERS 2
diff --git a/src/gns/test_gns_simple_shorten.c b/src/gns/test_gns_simple_shorten.c
index 8a4dd2ec9..80f844f87 100644
--- a/src/gns/test_gns_simple_shorten.c
+++ b/src/gns/test_gns_simple_shorten.c
@@ -36,7 +36,7 @@
36#define VERBOSE GNUNET_YES 36#define VERBOSE GNUNET_YES
37 37
38/* Timeout for entire testcase */ 38/* Timeout for entire testcase */
39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5) 39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
40 40
41/* If number of peers not in config file, use this number */ 41/* If number of peers not in config file, use this number */
42#define DEFAULT_NUM_PEERS 2 42#define DEFAULT_NUM_PEERS 2
diff --git a/src/gns/test_gns_simple_zkey_lookup.c b/src/gns/test_gns_simple_zkey_lookup.c
index a24e605b9..729a53705 100644
--- a/src/gns/test_gns_simple_zkey_lookup.c
+++ b/src/gns/test_gns_simple_zkey_lookup.c
@@ -37,7 +37,7 @@
37#define VERBOSE GNUNET_YES 37#define VERBOSE GNUNET_YES
38 38
39/* Timeout for entire testcase */ 39/* Timeout for entire testcase */
40#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5) 40#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
41 41
42/* If number of peers not in config file, use this number */ 42/* If number of peers not in config file, use this number */
43#define DEFAULT_NUM_PEERS 2 43#define DEFAULT_NUM_PEERS 2