gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11339 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r11339 - gnunet/src/testing
Date: Tue, 11 May 2010 21:56:16 +0200

Author: nevans
Date: 2010-05-11 21:56:16 +0200 (Tue, 11 May 2010)
New Revision: 11339

Modified:
   gnunet/src/testing/test_testing.c
   gnunet/src/testing/test_testing_connect.c
   gnunet/src/testing/test_testing_group_remote.c
   gnunet/src/testing/test_testing_topology.c
   gnunet/src/testing/testing_group.c
Log:
ridiculous timeouts, sparcbot can take up to five minutes to create 12 
connections (not sure where all that cpu is going)

Modified: gnunet/src/testing/test_testing.c
===================================================================
--- gnunet/src/testing/test_testing.c   2010-05-11 19:54:33 UTC (rev 11338)
+++ gnunet/src/testing/test_testing.c   2010-05-11 19:56:16 UTC (rev 11339)
@@ -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;
 

Modified: gnunet/src/testing/test_testing_connect.c
===================================================================
--- gnunet/src/testing/test_testing_connect.c   2010-05-11 19:54:33 UTC (rev 
11338)
+++ gnunet/src/testing/test_testing_connect.c   2010-05-11 19:56:16 UTC (rev 
11339)
@@ -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
 

Modified: gnunet/src/testing/test_testing_group_remote.c
===================================================================
--- gnunet/src/testing/test_testing_group_remote.c      2010-05-11 19:54:33 UTC 
(rev 11338)
+++ gnunet/src/testing/test_testing_group_remote.c      2010-05-11 19:56:16 UTC 
(rev 11339)
@@ -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;
 

Modified: gnunet/src/testing/test_testing_topology.c
===================================================================
--- gnunet/src/testing/test_testing_topology.c  2010-05-11 19:54:33 UTC (rev 
11338)
+++ gnunet/src/testing/test_testing_topology.c  2010-05-11 19:56:16 UTC (rev 
11339)
@@ -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
 

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2010-05-11 19:54:33 UTC (rev 11338)
+++ gnunet/src/testing/testing_group.c  2010-05-11 19:56:16 UTC (rev 11339)
@@ -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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]