From 1ed0a7209d7a6ea8cab4f559308f4110fd2a2277 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 31 Aug 2021 09:01:56 -0400 Subject: Cirrus: Reduce APIv2 task timeout At the time of this commit, a significant problem has been identified (introduced in f5ce02b227f4). The effect is, `podman pull` has a chance of hanging, especially when re-pulling an existing image. While a fix is in the works, there's no reason to make developers wait the full (default) 1-hour timeout for the APIv2 task. Reduce it to 2x nominal test runtime, so if the hang/flake is hit, the task can be re-run more quickly. Signed-off-by: Chris Evich --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index f39e599ba..5087a00eb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -423,6 +423,9 @@ apiv2_test_task: depends_on: - validate gce_instance: *standardvm + # Test is normally pretty quick, about 10-minutes. If it hangs, + # don't make developers wait the full 1-hour timeout. + timeout_in: 20m env: <<: *stdenvars TEST_FLAVOR: apiv2 -- cgit v1.2.3-54-g00ecf