From 7c3cbdae854976f1f627fbbd1859a25cdc23a162 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 1 Aug 2020 08:21:42 +0300 Subject: [PATCH] Updated timeout --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 803d1b1d0b..787243aa72 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -309,7 +309,7 @@ class FunctionsConsoleServerTest extends Scope $this->assertEquals('', $execution['body']['stderr']); $this->assertEquals(0, $execution['body']['time']); - sleep(45); + sleep(75); $execution = $this->client->call(Client::METHOD_GET, '/functions/'.$data['functionId'].'/executions/'.$executionId, array_merge([ 'content-type' => 'application/json',