From db7f58d356cc34c14707da272c5f38742003a73d Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 1 Aug 2020 07:56:22 +0300 Subject: [PATCH] Updated test 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 89b5ef25cd..0bbd07a925 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(10); + sleep(15); $execution = $this->client->call(Client::METHOD_GET, '/functions/'.$data['functionId'].'/executions/'.$executionId, array_merge([ 'content-type' => 'application/json',