Skip to content

Commit

Permalink
Cirrus: Reduce APIv2 task timeout
Browse files Browse the repository at this point in the history
At the time of this commit, a significant problem has been identified
(introduced in f5ce02b).  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 <[email protected]>
  • Loading branch information
cevich committed Aug 31, 2021
1 parent 8ab84b4 commit 1ed0a72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ed0a72

Please sign in to comment.