| Index: tools/test.py
|
| diff --git a/tools/test.py b/tools/test.py
|
| index d3bfb5b8b5836d29956b8f76905f7dd14a11c5a6..6faf2b7181fd30c3a16e1f70673fda3c54d31825 100755
|
| --- a/tools/test.py
|
| +++ b/tools/test.py
|
| @@ -1283,7 +1283,7 @@ def ProcessOptions(options):
|
| options.scons_flags.append("arch=" + options.arch)
|
| # Simulators are slow, therefore allow a longer default timeout.
|
| if options.timeout == -1:
|
| - if options.arch in ['android', 'arm', 'mips']:
|
| + if options.arch in ['android', 'arm', 'mipsel']:
|
| options.timeout = 2 * TIMEOUT_DEFAULT;
|
| else:
|
| options.timeout = TIMEOUT_DEFAULT;
|
|
|