diff options
author | Chris Evich <cevich@redhat.com> | 2020-08-17 15:13:29 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-08-19 09:17:22 -0400 |
commit | a1e0a78425f9834a60293a182110edd0fae08890 (patch) | |
tree | c6a188a958f0ee7097c7b09a4f61b3662d3d47d3 /.cirrus.yml | |
parent | 7e2a1b34c30e085275de1c484dc472682876746c (diff) | |
download | podman-a1e0a78425f9834a60293a182110edd0fae08890.tar.gz podman-a1e0a78425f9834a60293a182110edd0fae08890.tar.bz2 podman-a1e0a78425f9834a60293a182110edd0fae08890.zip |
Cirrus: Increase integration-testing timeout
Observed timeout problems hitting some integration-testing
tasks differently than others. Given the current `Makefile`
has a ginkgo timeout of 90-minutes, the task timeout for
integration tests should be longer. Increase the timeout
of the main integration-test running tasks to the (default)
120min global valie in `.cirrus.yml`.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1458e2cc6..276623607 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -417,8 +417,6 @@ testing_task: gce_instance: image_name: "${PRIOR_UBUNTU_CACHE_IMAGE_NAME}" - timeout_in: 120m - env: ADD_SECOND_PARTITION: 'true' matrix: @@ -473,8 +471,6 @@ special_testing_rootless_task: - RCLI: 'true' - RCLI: 'false' - timeout_in: 60m - networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh' setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}' integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP} | ${LOGFORMAT} integration_test' @@ -515,8 +511,6 @@ special_testing_in_podman_task: MOD_CONTAINERS_CONF: 'false' # Use existing/native setup SPECIALMODE: 'in_podman' # See docs - timeout_in: 60m - networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh' setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}' integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP} | ${LOGFORMAT} integration_test' |