From cbeca379250932f01fa4e2ffc70e9c2ecd6701bc Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 11 Feb 2019 09:35:19 -0500 Subject: Up timeout for build_each_commit Lots of backports = lots of commits = long timeouts needed. Signed-off-by: Matthew Heon --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf