Revision: 5596
Author: [email protected]
Date: Fri Sep 13 00:46:09 2013 UTC
Log: browser test startup timeout from 10s to 20s
https://codereview.appspot.com/13688044
10s is on the edge of reliable on my macbookpro.
it's mostly unreliable on the autobuild machine.
raising to 20s.
R=kpreid2
http://code.google.com/p/google-caja/source/detail?r=5596
Modified:
/trunk/tests/com/google/caja/plugin/BrowserTestCase.java
=======================================
--- /trunk/tests/com/google/caja/plugin/BrowserTestCase.java Fri Aug 23
20:27:28 2013 UTC
+++ /trunk/tests/com/google/caja/plugin/BrowserTestCase.java Fri Sep 13
00:46:09 2013 UTC
@@ -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.