Revision: 5572
Author: [email protected]
Date: Thu Aug 22 19:01:51 2013 UTC
Log: increase es5 scan timeout to 60s
https://codereview.appspot.com/13171044
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.
R=kpreid2
http://code.google.com/p/google-caja/source/detail?r=5572
Modified:
/trunk/tests/com/google/caja/plugin/MainBrowserTest.java
=======================================
--- /trunk/tests/com/google/caja/plugin/MainBrowserTest.java Wed Aug 21
20:22:22 2013 UTC
+++ /trunk/tests/com/google/caja/plugin/MainBrowserTest.java Thu Aug 22
19:01:51 2013 UTC
@@ -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.