Revision: 16666
Author:   [email protected]
Date:     Thu Sep 12 07:39:44 2013 UTC
Log:      Revert "Increase test timeout on slow architectures."

This reverts commit 200c7cbdbc90ec2001ee4e0da7470cb508585e0d.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/tools/run-tests.py  Sun Sep  8 19:50:55 2013 UTC
+++ /branches/bleeding_edge/tools/run-tests.py  Thu Sep 12 07:39:44 2013 UTC
@@ -293,7 +293,7 @@
   if timeout == -1:
     # Simulators are slow, therefore allow a longer default timeout.
     if arch in SLOW_ARCHS:
-      timeout = 3 * TIMEOUT_DEFAULT;
+      timeout = 2 * 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