Skip to content

Commit f56b9a4

Browse files
committed
Increased timeout
1 parent 8684363 commit f56b9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Extension/Core/Stage/Sampler/CurlSamplerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function setUp()
2626
$this->process = new Process('php -S '.self::SAMPLE_URL);
2727
$this->process->setWorkingDirectory(__DIR__.'/../../../../../Serve');
2828
$this->process->start();
29-
usleep(50000);
29+
usleep(250000);
3030
}
3131

3232
public function tearDown()

0 commit comments

Comments
 (0)