Revert "Increase test timeout on slow architectures."

This reverts commit 200c7cbdbc90ec2001ee4e0da7470cb508585e0d.

BUG=
R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/23475036

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16666 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 956bac1a
...@@ -293,7 +293,7 @@ def Execute(arch, mode, args, options, suites, workspace): ...@@ -293,7 +293,7 @@ def Execute(arch, mode, args, options, suites, workspace):
if timeout == -1: if timeout == -1:
# Simulators are slow, therefore allow a longer default timeout. # Simulators are slow, therefore allow a longer default timeout.
if arch in SLOW_ARCHS: if arch in SLOW_ARCHS:
timeout = 3 * TIMEOUT_DEFAULT; timeout = 2 * TIMEOUT_DEFAULT;
else: else:
timeout = TIMEOUT_DEFAULT; timeout = TIMEOUT_DEFAULT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment