Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 735a615

Browse files
committed
Extend connection timeout, because Edge is slow...
1 parent 6ba3686 commit 735a615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/RemoteWebDriverCreateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class RemoteWebDriverCreateTest extends WebDriverTestCase
2929

3030
public function testShouldStartBrowserAndCreateInstanceOfRemoteWebDriver()
3131
{
32-
$this->driver = RemoteWebDriver::create($this->serverUrl, $this->desiredCapabilities, 10000, 13370);
32+
$this->driver = RemoteWebDriver::create($this->serverUrl, $this->desiredCapabilities, 30000, 33370);
3333

3434
$this->assertInstanceOf(RemoteWebDriver::class, $this->driver);
3535

0 commit comments

Comments
 (0)