ridiculous timeouts, sparcbot can take up to five minutes to create 12 connections...
authorNathan S. Evans <evans@in.tum.de>
Tue, 11 May 2010 19:56:16 +0000 (19:56 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 11 May 2010 19:56:16 +0000 (19:56 +0000)
src/testing/test_testing.c
src/testing/test_testing_connect.c
src/testing/test_testing_group_remote.c
src/testing/test_testing_topology.c
src/testing/testing_group.c

index ef935da0d31d7d4fa168431a082e215c972c99fc..f2ac3f0de85bb3f9ee76cb93e4137eb1b2b153a7 100644 (file)
@@ -26,7 +26,7 @@
 
 #define VERBOSE GNUNET_NO
 
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
 
 static int ok;
 
index 6c3ff1ae9876015b4e3e0e6c88dfcdbb89a0a4b6..3ddb9dbac4fa037e5680def6c6265e7e7ea1c3f3 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * How long until we give up on connecting the peers?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
 
 #define CONNECT_ATTEMPTS 3
 
index 6970fb6348901f31cc36f50bb494c7b374d06e9f..6bcdb475d2a5d36286b8e6da6124eaec012b431f 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * How long until we give up on connecting the peers?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
 
 #define DEFAULT_NUM_PEERS 8;
 
index 331992692e8a91932e0c90b2976b30ae10121ea1..1e9a20e2c13fdba732c6589cf1503a86f29d1214 100644 (file)
@@ -35,7 +35,7 @@
 /**
  * How long until we give up on starting the peers?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 500)
 
 #define DEFAULT_NUM_PEERS 4
 
index 4b1e771e9ddf1bde7647197394f4d5fe22f42ac8..6537da8ac213645e62215a321069b9ff8b0b8e64 100644 (file)
@@ -46,7 +46,7 @@
 
 #define MAX_OUTSTANDING_CONNECTIONS 50
 
-#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 160)
+#define CONNECT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
 
 #define CONNECT_ATTEMPTS 8