Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 4f212d605c25a6b59d9033e6eaa861ad28a9826c..48682d4444e586c8b48b1c146898b0dc17468ba8 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 = 3 * TIMEOUT_DEFAULT; |
+ timeout = 2 * TIMEOUT_DEFAULT; |
else: |
timeout = TIMEOUT_DEFAULT; |