Skip to content

Commit

Permalink
Merge pull request #173 from w3c/jgraham/init_timeout
Browse files Browse the repository at this point in the history
Increase init timeout since debug builds can be quite slow to start; r=ato
  • Loading branch information
Ms2ger committed Mar 7, 2016
2 parents f044e60 + da30af9 commit 91e34cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wptrunner/browsers/firefox.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def update_properties():

class FirefoxBrowser(Browser):
used_ports = set()
init_timeout = 60

def __init__(self, logger, binary, prefs_root, debug_info=None,
symbols_path=None, stackwalk_binary=None, certutil_binary=None,
Expand Down

0 comments on commit 91e34cb

Please sign in to comment.