diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-31 16:01:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 16:01:23 -0400 |
commit | dc2a3e38d97b0fb265313d811d45487a0999edbd (patch) | |
tree | 82c42288b12577e95ce4a31ac0ac809177626e6d | |
parent | f947ea2d5fc84ac579d4bb13a66fb699500da7f4 (diff) | |
parent | 1ed0a7209d7a6ea8cab4f559308f4110fd2a2277 (diff) | |
download | podman-dc2a3e38d97b0fb265313d811d45487a0999edbd.tar.gz podman-dc2a3e38d97b0fb265313d811d45487a0999edbd.tar.bz2 podman-dc2a3e38d97b0fb265313d811d45487a0999edbd.zip |
Merge pull request #11372 from cevich/apiv2_update
Cirrus: Reduce APIv2 task timeout
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |