Increase time to assert

This commit is contained in:
Khushboo Verma
2025-02-12 17:54:03 +05:30
parent adb861b785
commit c78701ded7
@@ -1331,7 +1331,7 @@ class SitesCustomServerTest extends Scope
$this->assertEquals(200, $rule['headers']['status-code']);
$this->assertEquals(0, $rule['body']['total']);
}, 1000, 500);
}, 5000, 500);
$response = $this->client->call(Client::METHOD_GET, '/console/resources', [
'origin' => 'http://localhost',