Author: hlship
Date: Fri Oct  7 18:40:55 2011
New Revision: 1180144

URL: http://svn.apache.org/viewvc?rev=1180144&view=rev
Log:
Give PageCatalogTests a little more time to run the GC (to prevent a false 
failure)

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy?rev=1180144&r1=1180143&r2=1180144&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy
 Fri Oct  7 18:40:55 2011
@@ -22,7 +22,7 @@ class PageCatalogTests extends TapestryC
 
         click "link=Run the GC"
 
-        sleep 500
+        sleep 1000
 
         assertTextPresent "Garbage collection freed"
 


Reply via email to