| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index e22d67da343edc9a481e99807e92cb07c0349baa..cc3f39aff438310522cfb55f255928b57a6b7168 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -299,7 +299,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;
|
|
|
|
|