Increase test time

This commit is contained in:
Khushboo Verma
2025-04-28 22:44:16 +05:30
parent 5ec6e80dd4
commit abe137ff68
@@ -161,7 +161,7 @@ class SitesCustomServerTest extends Scope
$this->assertEquals(200, $rule['headers']['status-code']);
$this->assertEquals(0, $rule['body']['total']);
}, 5000, 500);
}, 10000, 500);
$response = $this->client->call(Client::METHOD_GET, '/console/resources', [
'origin' => 'http://localhost',