You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/12/15 03:12:56 UTC

[5/6] git commit: Slow down Selenium to let client-side updates occur

Slow down Selenium to let client-side updates occur


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/38641979
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/38641979
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/38641979

Branch: refs/heads/5.4-js-rewrite
Commit: 386419798197d74209b2b8ded80a6558d854f88b
Parents: 9a928a0
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Dec 14 10:37:29 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Dec 14 10:37:29 2012 -0800

----------------------------------------------------------------------
 .../tapestry5/integration/app1/ZoneTests.java      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/38641979/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java
index 18e87ea..fe9eee1 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java
+++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneTests.java
@@ -58,7 +58,7 @@ public class ZoneTests extends TapestryCoreTestCase
 
         select("carMaker", "Mercedes");
 
-        sleep(100);
+        sleep(250);
 
         waitForElementToAppear("carModelContainer");