From abe137ff682404419622cffb9a7ebda2ffc6f768 Mon Sep 17 00:00:00 2001 From: Khushboo Verma Date: Mon, 28 Apr 2025 22:44:16 +0530 Subject: [PATCH] Increase test time --- tests/e2e/Services/Sites/SitesCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Sites/SitesCustomServerTest.php b/tests/e2e/Services/Sites/SitesCustomServerTest.php index 5866bf2e27..928dffdd52 100644 --- a/tests/e2e/Services/Sites/SitesCustomServerTest.php +++ b/tests/e2e/Services/Sites/SitesCustomServerTest.php @@ -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',