diff options
author | Chris Evich <cevich@redhat.com> | 2019-03-04 13:18:10 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-03-04 17:08:21 -0500 |
commit | ba476c14072bf36e8ad8eccafb713f9537693076 (patch) | |
tree | 207f990e22090b8cb882b90dfc72345e7ba20266 /contrib | |
parent | a888e0fad2d50b8e4dd051136e1c36d6294fb0fc (diff) | |
download | podman-ba476c14072bf36e8ad8eccafb713f9537693076.tar.gz podman-ba476c14072bf36e8ad8eccafb713f9537693076.tar.bz2 podman-ba476c14072bf36e8ad8eccafb713f9537693076.zip |
Globally increase test timeout to 90-minutes
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index 0fd86dfdc..58c8af289 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -19,7 +19,7 @@ case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in ubuntu-18) make install PREFIX=/usr ETCDIR=/etc make test-binaries - SKIP_USERNS=1 make localintegration GINKGOTIMEOUT=90m + SKIP_USERNS=1 make localintegration ;; fedora-29) ;& # Continue to the next item fedora-28) ;& |