mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Backed out changeset 8a0a2675fa02 (bug 1619512) for causing Android raptor failures CLOSED TREE
This commit is contained in:
parent
9748db36aa
commit
950c697c8c
@ -324,11 +324,8 @@ either Raptor or browsertime."""
|
||||
try:
|
||||
self.run_test(test, timeout=int(test.get("page_timeout")))
|
||||
except RuntimeError as e:
|
||||
# Check for crashes before showing the timeout error.
|
||||
self.check_for_crashes()
|
||||
if self.runner.crashed == 0:
|
||||
LOG.critical("Tests failed to finish! Application timed out.")
|
||||
LOG.error(e)
|
||||
LOG.critical("Tests failed to finish! Application timed out.")
|
||||
LOG.error(e)
|
||||
os.sys.exit(1)
|
||||
finally:
|
||||
self.run_test_teardown(test)
|
||||
|
Loading…
Reference in New Issue
Block a user