Skip to content

Commit

Permalink
Update webdriver.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
edi9999 committed Feb 2, 2023
1 parent 3151e28 commit 613b0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriver.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const minute = 60 * second;
const commonOptions = {
automationProtocol: "webdriver",
logLevel: "warn",
connectionRetryTimeout: 5 * second,
connectionRetryTimeout: 10 * second,
};

let options;
Expand Down

0 comments on commit 613b0e3

Please sign in to comment.