Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
test: extend script timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Jan 18, 2018
1 parent 9419f01 commit a5baeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/configure-frames.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('outer-configure-frame.html', function () {
var driver;
before(function (done) {
driver = runWebdriver();
driver.manage().timeouts().setScriptTimeout(500);
driver.manage().timeouts().setScriptTimeout(10000);

driver
.get('http://' + host + ':9876/test/fixtures/outer-configure-frame.html')
Expand Down
2 changes: 1 addition & 1 deletion test/integration/shadow-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('shadow-dom.html', function () {
var driver;
before(function (done) {
driver = runWebdriver();
driver.manage().timeouts().setScriptTimeout(500);
driver.manage().timeouts().setScriptTimeout(10000);
driver
.get('http://' + host + ':9876/test/fixtures/shadow-dom.html')
.then(function () {
Expand Down

0 comments on commit a5baeb2

Please sign in to comment.