Revision: 941
          http://jwebunit.svn.sourceforge.net/jwebunit/?rev=941&view=rev
Author:   henryju
Date:     2012-07-25 12:30:31 +0000 (Wed, 25 Jul 2012)
Log Message:
-----------
Revert change made for debugging purpose.

Modified Paths:
--------------
    
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/ConcurrentJWebUnitTest.java

Modified: 
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/ConcurrentJWebUnitTest.java
===================================================================
--- 
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/ConcurrentJWebUnitTest.java
       2012-07-25 12:16:24 UTC (rev 940)
+++ 
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/ConcurrentJWebUnitTest.java
       2012-07-25 12:30:31 UTC (rev 941)
@@ -53,7 +53,7 @@
        setBaseUrl(HOST_PATH + "/NavigationTest");
     }
 
-    @Rule public Timeout timeoutRule = new Timeout(1000000000);
+    @Rule public Timeout timeoutRule = new Timeout(10000);
 
     @Rule public ConcurrentRule concurrently = new ConcurrentRule();
     @Rule public RepeatingRule repeatedly = new RepeatingRule();

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
JWebUnit-development mailing list
JWebUnit-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to