From b14a7059443deb2ca40eee643bd4c98caed126a2 Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Mon, 9 Aug 2021 13:47:36 -0400 Subject: [PATCH] Increase sleep for ARM tests on CI --- tests/e2e/Services/Database/DatabaseBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Database/DatabaseBase.php b/tests/e2e/Services/Database/DatabaseBase.php index ef30311639..935ec9fa73 100644 --- a/tests/e2e/Services/Database/DatabaseBase.php +++ b/tests/e2e/Services/Database/DatabaseBase.php @@ -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',