Skip to content

Commit 510dcd7

Browse files
committed
Remove timeout from create method
1 parent 24c2e4f commit 510dcd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/RunsOnBrowserStack.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ protected function createBrowserStackDriver(): RemoteWebDriver
7878

7979
return RemoteWebDriver::create(
8080
$this->endpointForBrowserStack(),
81-
$this->capabilitiesForBrowserStack(),
82-
config('browserstack.connection.timeout')
81+
$this->capabilitiesForBrowserStack()
8382
);
8483
}
8584

0 commit comments

Comments
 (0)