summaryrefslogtreecommitdiff
path: root/contrib/cirrus/integration_test.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-03-04 13:18:10 -0500
committerChris Evich <cevich@redhat.com>2019-03-04 15:19:15 -0500
commite6e6cb384cf3ea0d2d0dcd4994567ecf29bc481d (patch)
treef7943594a94c176129df69c804b0debe50e662e3 /contrib/cirrus/integration_test.sh
parent34bf58c5dbb898ef9f813e79b13735eecc933369 (diff)
downloadpodman-e6e6cb384cf3ea0d2d0dcd4994567ecf29bc481d.tar.gz
podman-e6e6cb384cf3ea0d2d0dcd4994567ecf29bc481d.tar.bz2
podman-e6e6cb384cf3ea0d2d0dcd4994567ecf29bc481d.zip
Globally increase test timeout to 90-minutes
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-xcontrib/cirrus/integration_test.sh2
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) ;&