Reviewers: kpreid2,

Description:
10s is on the edge of reliable on my macbookpro.
it's mostly unreliable on the autobuild machine.
raising to 20s.

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

Affected files (+2, -2 lines):
  M     tests/com/google/caja/plugin/BrowserTestCase.java


Index: tests/com/google/caja/plugin/BrowserTestCase.java
===================================================================
--- tests/com/google/caja/plugin/BrowserTestCase.java   (revision 5595)
+++ tests/com/google/caja/plugin/BrowserTestCase.java   (working copy)
@@ -263,8 +263,8 @@
   /** Override point */
   @SuppressWarnings("static-method")
   protected int waitForCompletionTimeout() {
-    // 10s because the es53 cajoler is slow the first time it runs.
-    return 10000;
+    // 20s because the es53 cajoler is slow the first time it runs.
+    return 20000;
   }

   /**


--

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