[seam-commits] Seam SVN: r11588 - branches/community/Seam_2_2/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:16:56 EDT 2009


Author: mgencur at redhat.com
Date: 2009-10-15 04:16:56 -0400 (Thu, 15 Oct 2009)
New Revision: 11588

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/helloworld/test/selenium/HelloworldTest.java
Log:
increased timeout before alert

Modified: branches/community/Seam_2_2/src/test/ftest/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/helloworld/test/selenium/HelloworldTest.java
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/helloworld/test/selenium/HelloworldTest.java	2009-10-15 07:03:09 UTC (rev 11587)
+++ branches/community/Seam_2_2/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)
@@ -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