[seam-commits] Seam SVN: r11589 - branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/helloworld/test/selenium.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 15 04:18:35 EDT 2009
Author: mgencur at redhat.com
Date: 2009-10-15 04:18:34 -0400 (Thu, 15 Oct 2009)
New Revision: 11589
Modified:
branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/helloworld/test/selenium/HelloworldTest.java
Log:
increased timeout before alert
Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/helloworld/test/selenium/HelloworldTest.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/helloworld/test/selenium/HelloworldTest.java 2009-10-15 08:16:56 UTC (rev 11588)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/helloworld/test/selenium/HelloworldTest.java 2009-10-15 08:18:34 UTC (rev 11589)
@@ -45,7 +45,7 @@
protected static final String SAYHELLO_BUTTON = "xpath=//button[contains(@onclick,\"sayHello\")]";
protected static final String PROMPT_ANSWER = "Martin";
protected static final String ALERT_MESSAGE = "Hello, Martin";
- protected static final Long TIMEOUT = 2000L; //2 seconds
+ protected static final Long TIMEOUT = 10000L; //10 seconds
@Override
@BeforeMethod
More information about the seam-commits
mailing list