From a247cc614f49dcd35624bda2b284460e229e759e Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 10 Oct 2022 11:28:26 +1300 Subject: [PATCH] Increase sleep --- tests/e2e/Services/Account/AccountCustomClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Account/AccountCustomClientTest.php b/tests/e2e/Services/Account/AccountCustomClientTest.php index 82cc6d4fc0..932e535d81 100644 --- a/tests/e2e/Services/Account/AccountCustomClientTest.php +++ b/tests/e2e/Services/Account/AccountCustomClientTest.php @@ -716,7 +716,7 @@ class AccountCustomClientTest extends Scope $this->assertEquals(400, $response['headers']['status-code']); - \sleep(2); + \sleep(5); $smsRequest = $this->getLastRequest();