diff options
author | Chris Evich <cevich@redhat.com> | 2019-02-22 12:04:39 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-02-22 12:07:34 -0500 |
commit | 7184efe93980f2e59bed08f0bf9430c8f35f030d (patch) | |
tree | a8aec1bd3cf311b63e447055213a134b2006b496 /contrib/cirrus/integration_test.sh | |
parent | 1788addd047310ee8b8c7a62d8949953b93cfca7 (diff) | |
download | podman-7184efe93980f2e59bed08f0bf9430c8f35f030d.tar.gz podman-7184efe93980f2e59bed08f0bf9430c8f35f030d.tar.bz2 podman-7184efe93980f2e59bed08f0bf9430c8f35f030d.zip |
Cirrus: Add 20m extra timeout for Ubuntu
Tests running slower than normally-slow, bump timeout to allow them to
pass until better solution (for slow Ubuntu tests) can be found.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-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 58c8af289..0fd86dfdc 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 + SKIP_USERNS=1 make localintegration GINKGOTIMEOUT=90m ;; fedora-29) ;& # Continue to the next item fedora-28) ;& |