We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18a98ca + bf6876d commit 9e97ad3Copy full SHA for 9e97ad3
tests/AccessLogHandlerTest.php
@@ -184,7 +184,7 @@ public function testInvokeWithStreamingResponseThatClosesAfterSomeTimePrintsRequ
184
$this->expectOutputRegex("/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3} 127\.0\.0\.1 \"GET \/users HTTP\/1\.1\" 200 0 0\.1\d\d" . PHP_EOL . "$/");
185
$handler($request, function () use ($response) { return $response; });
186
187
- usleep(110000); // 100ms + 10ms to account for inaccurate clocks
+ usleep(150000); // 100ms + 50ms to account for inaccurate clocks
188
$stream->end();
189
}
190
0 commit comments