[test] Raise timeout for testing without vfp3.
TBR=bmeurer@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1228073002 Cr-Commit-Position: refs/heads/master@{#29554}
This commit is contained in:
parent
b7795b6a3e
commit
21d64edfdf
@ -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]):
|
||||
|
Loading…
Reference in New Issue
Block a user