1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

feat: increase timeout for dart runtime creation

This commit is contained in:
Christy Jacob 2022-02-28 13:53:47 +04:00
parent 46a03e7cff
commit faa0255065

View file

@ -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',