Skip to content

Commit f909470

Browse files
Paul Cowandagda1
authored andcommitted
update the webdriver timeout to 11 secs
1 parent 5fbeb50 commit f909470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webdriver/src/local.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function * Local(options: Options): Operation<WebDriver> {
3535
yield;
3636
});
3737

38-
yield untilURLAvailable(`${driverURL}/status`, 5000);
38+
yield untilURLAvailable(`${driverURL}/status`, 11000);
3939

4040
yield connect(driver, options);
4141

0 commit comments

Comments
 (0)