increase timeout to hopefully fix issues on slow buildbots
authorChristian Grothoff <christian@grothoff.org>
Tue, 4 Oct 2011 21:20:27 +0000 (21:20 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 4 Oct 2011 21:20:27 +0000 (21:20 +0000)
src/nse/test_nse_multipeer.c

index 4b4dbe7b9c98cb085f5f7fbc3f6fe9fe28016ef0..435cdabf46c113ca1ea3d40e92a35c99d2e06887 100644 (file)
@@ -51,7 +51,7 @@ struct NSEPeer *peer_tail;
 /**
  * How long do we run the test?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
 
 static int ok;