1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Increase sleep

This commit is contained in:
Jake Barnby 2022-10-10 11:28:26 +13:00
parent 2fbc40e966
commit a247cc614f
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -716,7 +716,7 @@ class AccountCustomClientTest extends Scope
$this->assertEquals(400, $response['headers']['status-code']);
\sleep(2);
\sleep(5);
$smsRequest = $this->getLastRequest();