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

Increase sleep for ARM tests on CI

This commit is contained in:
kodumbeats 2021-08-09 13:47:36 -04:00
parent 5296e40b07
commit b14a705944

View file

@ -647,7 +647,7 @@ trait DatabaseBase
// $this->assertEquals('Minimum value must be lesser than maximum value', $invalidRange['body']['message']);
// wait for worker to add attributes
sleep(10);
sleep(15);
$collection = $this->client->call(Client::METHOD_GET, '/database/collections/' . $collectionId, array_merge([
'content-type' => 'application/json',