1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00

Merge branch '1.5.x-response-request-models' of https://github.com/appwrite/appwrite into 1.5.x-response-request-models

This commit is contained in:
Bradley Schofield 2024-02-12 13:12:06 +00:00
commit 6fc2969e5f

View file

@ -2227,7 +2227,7 @@ class AccountCustomClientTest extends Scope
/**
* @depends testUpdatePhone
*/
#[Retry(count: 1)]
#[Retry(count: 2)]
public function testPhoneVerification(array $data): array
{
$session = $data['session'] ?? '';
@ -2248,7 +2248,7 @@ class AccountCustomClientTest extends Scope
$this->assertEmpty($response['body']['secret']);
$this->assertEquals(true, (new DatetimeValidator())->isValid($response['body']['expire']));
\sleep(5);
\sleep(10);
$smsRequest = $this->getLastRequest();