[JWebUnit-development] SF.net SVN: jwebunit:[941] trunk/jwebunit-commons-tests/src/main/java/net/
Brought to you by:
henryju
|
From: <he...@us...> - 2012-07-25 12:30:37
|
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.
|