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

fix db tests

This commit is contained in:
Torsten Dittmann 2021-10-22 18:52:13 +02:00
parent 744c093739
commit 2c6f4d0cdb

View file

@ -277,7 +277,7 @@ trait DatabaseBase
$this->assertEquals(true, $boolean['body']['default']);
// wait for database worker to create attributes
sleep(2);
sleep(10);
$stringResponse = $this->client->call(Client::METHOD_GET, "/database/collections/{$collectionId}/attributes/{$collectionId}_{$string['body']['key']}",array_merge([
'content-type' => 'application/json',