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.
1 parent a952f9c commit a3f82bdCopy full SHA for a3f82bd
src/bref/tests/Lambda/LambdaClientTest.php
@@ -22,6 +22,7 @@ class LambdaClientTest extends TestCase
22
protected function setUp(): void
23
{
24
ob_start();
25
+ sleep(5);
26
Server::start();
27
$this->lambda = new LambdaClient('localhost:8126', 'phpunit');
28
}
0 commit comments