aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing.c2
-rw-r--r--src/testing/test_testing_connect.c2
-rw-r--r--src/testing/test_testing_group_remote.c2
-rw-r--r--src/testing/test_testing_topology.c2
-rw-r--r--src/testing/testing_group.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/testing/test_testing.c b/src/testing/test_testing.c
index ef935da0d..f2ac3f0de 100644
--- a/src/testing/test_testing.c
+++ b/src/testing/test_testing.c
@@ -26,7 +26,7 @@
26 26
27#define VERBOSE GNUNET_NO 27#define VERBOSE GNUNET_NO
28 28
29#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 29#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
30 30
31static int ok; 31static int ok;
32 32
diff --git a/src/testing/test_testing_connect.c b/src/testing/test_testing_connect.c
index 6c3ff1ae9..3ddb9dbac 100644
--- a/src/testing/test_testing_connect.c
+++ b/src/testing/test_testing_connect.c
@@ -30,7 +30,7 @@
30/** 30/**
31 * How long until we give up on connecting the peers? 31 * How long until we give up on connecting the peers?
32 */ 32 */
33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
34 34
35#define CONNECT_ATTEMPTS 3 35#define CONNECT_ATTEMPTS 3
36 36
diff --git a/src/testing/test_testing_group_remote.c b/src/testing/test_testing_group_remote.c
index 6970fb634..6bcdb475d 100644
--- a/src/testing/test_testing_group_remote.c
+++ b/src/testing/test_testing_group_remote.c
@@ -32,7 +32,7 @@
32/** 32/**
33 * How long until we give up on connecting the peers? 33 * How long until we give up on connecting the peers?
34 */ 34 */
35#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 35#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
36 36
37#define DEFAULT_NUM_PEERS 8; 37#define DEFAULT_NUM_PEERS 8;
38 38
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 331992692..1e9a20e2c 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -35,7 +35,7 @@
35/** 35/**
36 * How long until we give up on starting the peers? 36 * How long until we give up on starting the peers?
37 */ 37 */
38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) 38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 500)
39 39
40#define DEFAULT_NUM_PEERS 4 40#define DEFAULT_NUM_PEERS 4
41 41
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 4b1e771e9..6537da8ac 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -46,7 +46,7 @@
46 46
47#define MAX_OUTSTANDING_CONNECTIONS 50 47#define MAX_OUTSTANDING_CONNECTIONS 50
48 48
49#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 160) 49#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
50 50
51#define CONNECT_ATTEMPTS 8 51#define CONNECT_ATTEMPTS 8
52 52