You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/10/07 20:40:56 UTC

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

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"