From 2c5776850ed1bdc42f6756de757cc7d7581f10f8 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:23:33 +0000 Subject: [PATCH] debug: add sleep to compression test --- tests/e2e/General/CompressionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/General/CompressionTest.php b/tests/e2e/General/CompressionTest.php index dd8003be08..177eee7c32 100644 --- a/tests/e2e/General/CompressionTest.php +++ b/tests/e2e/General/CompressionTest.php @@ -67,7 +67,7 @@ class CompressionTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); - sleep(1); + sleep(10); // get prefs with compression $response = $this->client->call(Client::METHOD_GET, '/users/' . $userId . '/prefs', array_merge([