mirror of https://github.com/containers/podman.git
Bump time for build_each_commit step
The limit of build_each_commit seems to be 17 commits - any more and it times out. Give it a bit more time to work with. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
parent
97681a5f2b
commit
56c5c89408
|
@ -115,7 +115,7 @@ build_each_commit_task:
|
|||
matrix:
|
||||
image_name: "fedora-29-libpod-9afa57a9"
|
||||
|
||||
timeout_in: 20m
|
||||
timeout_in: 30m
|
||||
|
||||
script:
|
||||
- $SCRIPT_BASE/setup_environment.sh
|
||||
|
|
Loading…
Reference in New Issue