mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
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>
This commit is contained in:
@ -19,7 +19,7 @@ case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
|
|||||||
ubuntu-18)
|
ubuntu-18)
|
||||||
make install PREFIX=/usr ETCDIR=/etc
|
make install PREFIX=/usr ETCDIR=/etc
|
||||||
make test-binaries
|
make test-binaries
|
||||||
SKIP_USERNS=1 make localintegration
|
SKIP_USERNS=1 make localintegration GINKGOTIMEOUT=90m
|
||||||
;;
|
;;
|
||||||
fedora-29) ;& # Continue to the next item
|
fedora-29) ;& # Continue to the next item
|
||||||
fedora-28) ;&
|
fedora-28) ;&
|
||||||
|
Reference in New Issue
Block a user