Skip to content

Commit

Permalink
Bug 1612643 [wpt PR 21537] - Kill off hanging crashtests., a=testonly
Browse files Browse the repository at this point in the history
Automatic update from web-platform-tests
Kill off hanging crashtests.

--

wpt-commits: 75053d2566e740d46e738426a924d6ba8fdc42ea
wpt-pr: 21537
  • Loading branch information
jdm authored and moz-wptsync-bot committed Feb 27, 2020
1 parent b06cd1a commit ff69765
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,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 ff69765

Please sign in to comment.