1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

feat: increase timeout for dart runtime creation

This commit is contained in:
Christy Jacob 2022-02-28 13:55:09 +04:00
parent faa0255065
commit e1701f9c3d

View file

@ -1140,7 +1140,7 @@ class FunctionsCustomServerTest extends Scope
$this->assertEquals(201, $deployment['headers']['status-code']);
// Allow build step to run
sleep(30);
sleep(40);
$execution = $this->client->call(Client::METHOD_POST, '/functions/'.$functionId.'/executions', array_merge([
'content-type' => 'application/json',