diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-02-11 09:35:19 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-02-11 09:35:19 -0500 |
commit | cbeca379250932f01fa4e2ffc70e9c2ecd6701bc (patch) | |
tree | 82dc53e3c61fec956eef1efa3e540d1abe5df7f4 /.cirrus.yml | |
parent | 7577d7e1efb40626cb06a43717e7e211c79b7fa3 (diff) | |
download | podman-cbeca379250932f01fa4e2ffc70e9c2ecd6701bc.tar.gz podman-cbeca379250932f01fa4e2ffc70e9c2ecd6701bc.tar.bz2 podman-cbeca379250932f01fa4e2ffc70e9c2ecd6701bc.zip |
Up timeout for build_each_commit
Lots of backports = lots of commits = long timeouts needed.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 67af6f69a..443410847 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -115,7 +115,7 @@ build_each_commit_task: matrix: image_name: "fedora-29-libpod-9afa57a9" - timeout_in: 20m + timeout_in: 40m script: - $SCRIPT_BASE/setup_environment.sh |