Revision: 16582
Author:   [email protected]
Date:     Sun Sep  8 19:50:55 2013 UTC
Log:      Increase test timeout on slow architectures.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/24037002
http://code.google.com/p/v8/source/detail?r=16582

Modified:
 /branches/bleeding_edge/tools/run-tests.py

=======================================
--- /branches/bleeding_edge/tools/run-tests.py  Tue Aug  6 14:39:39 2013 UTC
+++ /branches/bleeding_edge/tools/run-tests.py  Sun Sep  8 19:50:55 2013 UTC
@@ -293,7 +293,7 @@
   if timeout == -1:
     # Simulators are slow, therefore allow a longer default timeout.
     if arch in SLOW_ARCHS:
-      timeout = 2 * TIMEOUT_DEFAULT;
+      timeout = 3 * TIMEOUT_DEFAULT;
     else:
       timeout = TIMEOUT_DEFAULT;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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