Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Support for richer reftest semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Feb 24, 2015
1 parent 321de61 commit b5c97a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptrunner/executors/executormarionette.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def run(self):
# make that possible. It also seems to time out immediately if the
# timeout is set too high. This works at least.
self.marionette.set_script_timeout(2**31 - 1)
except IOError, errors.InvalidResponseException:
except (IOError, errors.InvalidResponseException):
self.logger.error("Lost marionette connection before starting test")
return Stop

Expand Down

0 comments on commit b5c97a9

Please sign in to comment.