diff --git a/tests/e2e/General/CompressionTest.php b/tests/e2e/General/CompressionTest.php index 177eee7c32..88647abaef 100644 --- a/tests/e2e/General/CompressionTest.php +++ b/tests/e2e/General/CompressionTest.php @@ -67,8 +67,6 @@ class CompressionTest extends Scope $this->assertEquals(200, $response['headers']['status-code']); - sleep(10); - // get prefs with compression $response = $this->client->call(Client::METHOD_GET, '/users/' . $userId . '/prefs', array_merge([ 'x-appwrite-project' => $this->getProject()['$id'],