Skip to content

Commit

Permalink
Force legacy firefox driver for atoms tests
Browse files Browse the repository at this point in the history
Because geckodriver hangs when we try and run things this
quickly.
  • Loading branch information
shs96c committed Oct 10, 2016
1 parent b4a8281 commit 15a9f58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions javascript/atoms/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ for browser in browsers.keys():
name = 'atoms-%s' % browser,
vm_args = [
'-Dselenium.browser=%s' % browsers[browser],
'-Dwebdriver.firefox.marionette=false',
'-Djs.test.timeout=120000',
'-Djs.test.dir=%s' % get_base_path(),
],
Expand Down
1 change: 1 addition & 0 deletions javascript/selenium-atoms/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ for browser in browsers.keys():
name = 'selenium-atoms-%s' % browser,
vm_args = [
'-Dselenium.browser=%s' % browsers[browser],
'-Dwebdriver.firefox.marionette=false',
'-Djs.test.timeout=120000',
'-Djs.test.dir=%s' % get_base_path(),
],
Expand Down
1 change: 1 addition & 0 deletions javascript/selenium-core/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ for browser in browsers.keys():
name = 'selenium-core-%s' % browser,
vm_args = [
'-Dselenium.browser=%s' % browsers[browser],
'-Dwebdriver.firefox.marionette=false',
'-Djs.test.timeout=120000',
'-Djs.test.dir=%s' % get_base_path(),
],
Expand Down

0 comments on commit 15a9f58

Please sign in to comment.