Revision: 5575
Author:   [email protected]
Date:     Fri Aug 23 17:52:44 2013 UTC
Log:      upgrade to selenium 2.35.0
https://codereview.appspot.com/13179044

The version of selenium we're using has some flakiness talking to firefox 24 (beta)
Symptom is, occasional timeout when starting a browser.

Upgrading to selenium 2.35.0 seems to fix that.

I'm also upping the timeout for es53 scan to 5 minutes, because it sometimes
times out when I'm doing something else at the same time.

(this CL doesn't include the update to selenium-standalone.jar because
codereview barfs on huge files like that)

R=kpreid2


http://code.google.com/p/google-caja/source/detail?r=5575

Modified:
 /trunk/tests/com/google/caja/plugin/MainBrowserTest.java
 /trunk/third_party/java/webdriver/README
 /trunk/third_party/java/webdriver/VERSION
 /trunk/third_party/java/webdriver/selenium-standalone.jar

=======================================
--- /trunk/tests/com/google/caja/plugin/MainBrowserTest.java Thu Aug 22 19:01:51 2013 UTC +++ /trunk/tests/com/google/caja/plugin/MainBrowserTest.java Fri Aug 23 17:52:44 2013 UTC
@@ -34,7 +34,7 @@
   @Override
   protected int waitForCompletionTimeout() {
     if (entry.getLabel().startsWith("guest-scan-es53-")) {
-      return 160000;    // msec
+      return 300000;    // msec
     } else if (entry.getLabel().startsWith("guest-scan-es5-")) {
       return 60000;     // msec
     } else {
=======================================
--- /trunk/third_party/java/webdriver/README    Tue Jul 23 23:17:41 2013 UTC
+++ /trunk/third_party/java/webdriver/README    Fri Aug 23 17:52:44 2013 UTC
@@ -1,8 +1,2 @@
 origin
- https://code.google.com/p/selenium/source/detail?r=bb3450e3ab26336b7e16613c7d9063957f9cb1c3
-
-rebuild steps:
-  git clone https://code.google.com/p/selenium/
-  cd selenium
-  git checkout bb3450e3ab26
-  ./go selenium-server-standalone
+ https://code.google.com/p/selenium/downloads/detail?name=selenium-server-standalone-2.35.0.jar
=======================================
--- /trunk/third_party/java/webdriver/VERSION   Tue Jul 23 23:17:41 2013 UTC
+++ /trunk/third_party/java/webdriver/VERSION   Fri Aug 23 17:52:44 2013 UTC
@@ -1,2 +1,2 @@
-Version: bb3450e3ab26 (2013-07-22 trunk after 2.33.0)
-URL: https://code.google.com/p/selenium/source/detail?r=bb3450e3ab26336b7e16613c7d9063957f9cb1c3
+Version: 2.35.0
+URL: https://code.google.com/p/selenium/downloads/detail?name=selenium-server-standalone-2.35.0.jar
=======================================
--- /trunk/third_party/java/webdriver/selenium-standalone.jar Tue Jul 23 23:17:41 2013 UTC +++ /trunk/third_party/java/webdriver/selenium-standalone.jar Fri Aug 23 17:52:44 2013 UTC
File is too large to display a diff.

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to