From faa0255065e040806fe10327d83192c6902af17c Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 28 Feb 2022 13:53:47 +0400 Subject: [PATCH] feat: increase timeout for dart runtime creation --- 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 9c08610de6..c9b277a3cd 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -1140,7 +1140,7 @@ class FunctionsCustomServerTest extends Scope $this->assertEquals(201, $deployment['headers']['status-code']); // Allow build step to run - sleep(20); + sleep(30); $execution = $this->client->call(Client::METHOD_POST, '/functions/'.$functionId.'/executions', array_merge([ 'content-type' => 'application/json',