debug: remove sleep

This commit is contained in:
loks0n
2025-03-20 10:04:28 +00:00
parent 5ac2864aff
commit 50d74fc84b
-2
View File
@@ -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'],