longer timeout, give chance for success on sparcbot
authorNathan S. Evans <evans@in.tum.de>
Thu, 23 Sep 2010 07:43:46 +0000 (07:43 +0000)
committerNathan S. Evans <evans@in.tum.de>
Thu, 23 Sep 2010 07:43:46 +0000 (07:43 +0000)
src/dht/test_dht_api.c

index 797270d1affd763c276bbdf7c80109bf9e77ddc0..4b5728811884994fbb571909cc318720b39177bd 100644 (file)
@@ -43,7 +43,7 @@
 /**
  * How long until we really give up on a particular testcase portion?
  */
-#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120)
+#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360)
 
 /**
  * How long until we give up on any particular operation (and retry)?