Skip to content

Commit 24c2e4f

Browse files
committed
Fixed the timeout not passed properly
1 parent b2e923b commit 24c2e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RunsOnBrowserStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected function createBrowserStackDriver(): RemoteWebDriver
7979
return RemoteWebDriver::create(
8080
$this->endpointForBrowserStack(),
8181
$this->capabilitiesForBrowserStack(),
82-
config('browserstack.connection')
82+
config('browserstack.connection.timeout')
8383
);
8484
}
8585

0 commit comments

Comments
 (0)