Skip to content

Commit

Permalink
Increase init timeout since debug builds can be quite slow to start a…
Browse files Browse the repository at this point in the history
…t least on my laptop.

A perfectionist might look for a better solution than a timeout here, but it's not
clear to me what that better solution is.
  • Loading branch information
jgraham committed Mar 7, 2016
1 parent f044e60 commit da30af9
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 da30af9

Please sign in to comment.