Skip to content

Commit a3f82bd

Browse files
committed
update
1 parent a952f9c commit a3f82bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bref/tests/Lambda/LambdaClientTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class LambdaClientTest extends TestCase
2222
protected function setUp(): void
2323
{
2424
ob_start();
25+
sleep(5);
2526
Server::start();
2627
$this->lambda = new LambdaClient('localhost:8126', 'phpunit');
2728
}

0 commit comments

Comments
 (0)