Increase queueBuilds function timeout to 90 seconds
queueBuilds was timing out after 30 seconds before submitting all jobs in a full rebuild.
This commit is contained in:
parent
f0f8a416d7
commit
1c42713917
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ provider:
|
|||
|
||||
functions:
|
||||
queueBuilds:
|
||||
timeout: 30
|
||||
timeout: 90
|
||||
handler: handler.queue_builds
|
||||
jobQueueStatus:
|
||||
handler: handler.poll_running_jobs
|
||||
|
|
|
|||
Loading…
Reference in a new issue