1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Reduce sleep time in test

This commit is contained in:
kodumbeats 2021-08-31 11:53:20 -04:00
parent 42ca474731
commit 8f06625980

View file

@ -337,7 +337,7 @@ class DatabaseCustomServerTest extends Scope
$this->assertEquals(201, $attribute['headers']['status-code']);
}
sleep(20);
sleep(5);
$tooMany = $this->client->call(Client::METHOD_POST, '/database/collections/' . $collectionId . '/attributes/integer', array_merge([
'content-type' => 'application/json',