1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

feat: use build timeout when building runtime

This commit is contained in:
Christy Jacob 2022-03-15 01:02:24 +04:00
parent 26a1654d01
commit e145761800

View file

@ -247,7 +247,7 @@ App::post('/v1/runtimes')
command: $commands,
stdout: $stdout,
stderr: $stderr,
timeout: App::getEnv('_APP_FUNCTIONS_TIMEOUT', 900)
timeout: App::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900)
);
if (!$status) {