Skip to content

Commit

Permalink
Kill off hanging crashtests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Feb 25, 2020
1 parent 691a6a9 commit 75053d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/wptrunner/wptrunner/executors/executorservo.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ def do_test(self, test):
self.test = test
success, data = ServoTimedRunner(self.logger, self.do_crashtest, self.protocol,
test_url, timeout, self.extra_timeout).run()
# Ensure that no processes hang around if they timeout.
self.proc.kill()

if success:
return self.convert_result(test, data)
Expand Down

0 comments on commit 75053d2

Please sign in to comment.