Author: toad
Date: 2008-02-05 22:06:28 +0000 (Tue, 05 Feb 2008)
New Revision: 17556

Modified:
   trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
Log:
Shorten timeout a bit.

Modified: trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
===================================================================
--- trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-05 21:54:47 UTC (rev 17555)
+++ trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-05 22:06:28 UTC (rev 17556)
@@ -175,7 +175,7 @@
                                        count++;
                        }
                        System.err.println("T="+x+" : 
"+count+'/'+nodes.length+" have the data on test "+successfulTests+".");
-                       if(x > 3600) {
+                       if(x > 300) {
                                System.err.println();
                                System.err.println("TEST FAILED");
                                System.exit(EXIT_TEST_FAILED);


Reply via email to