Reviewers: Jakob,

Message:
PTAL

Description:
Increase test timeout on slow architectures.

BUG=

Please review this at https://codereview.chromium.org/24037002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/run-tests.py


Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index 48682d4444e586c8b48b1c146898b0dc17468ba8..4f212d605c25a6b59d9033e6eaa861ad28a9826c 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -293,7 +293,7 @@ def Execute(arch, mode, args, options, suites, workspace):
   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