Reviewers: kpreid2,

Description:
chrome 30 and the r5569 changes now take more than 20s to do
an es5 scan. it's not a lot more than 20s, but I'm increasing the
timeout to 60s to give us some headroom.

Please review this at https://codereview.appspot.com/13171044/

Affected files:
  M     tests/com/google/caja/plugin/MainBrowserTest.java


Index: tests/com/google/caja/plugin/MainBrowserTest.java
===================================================================
--- tests/com/google/caja/plugin/MainBrowserTest.java   (revision 5571)
+++ tests/com/google/caja/plugin/MainBrowserTest.java   (working copy)
@@ -36,7 +36,7 @@
     if (entry.getLabel().startsWith("guest-scan-es53-")) {
       return 160000;    // msec
     } else if (entry.getLabel().startsWith("guest-scan-es5-")) {
-      return 20000;     // msec
+      return 60000;     // msec
     } else {
       return super.waitForCompletionTimeout();
     }


--

--- 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