Adding sleep to AppFolderTests.asset_access to make it pass
diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy
index 5014730..9a1563f 100644
--- a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy
+++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/appfolder/AppFolderTests.groovy
@@ -52,6 +52,8 @@
     void asset_access()
     {
         openLinks "t5app/"
+        
+        Thread.sleep(3000);
 
         // there's only one image on page
         String assetURL = getAttribute("//img/@src")