| Index: tools/testrunner/local/execution.py
|
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py
|
| index dccd52a359976dfcf0386f50fcdfa385cd320399..4c63fb6e63f6ba1aac2a3b0da0f1bdbfc8e9e2f1 100644
|
| --- a/tools/testrunner/local/execution.py
|
| +++ b/tools/testrunner/local/execution.py
|
| @@ -104,6 +104,8 @@ class Runner(object):
|
| "--stress-opt" in self.context.mode_flags or
|
| "--stress-opt" in self.context.extra_flags):
|
| timeout *= 4
|
| + if "--noenable-vfp3" in self.context.extra_flags:
|
| + timeout *= 2
|
| # FIXME(machenbach): Make this more OO. Don't expose default outcomes or
|
| # the like.
|
| if statusfile.IsSlow(test.outcomes or [statusfile.PASS]):
|
|
|