mirror of
https://github.com/containers/podman.git
synced 2025-06-21 09:28:09 +08:00
Globally increase test timeout to 90-minutes
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ LIBSECCOMP_COMMIT := release-2.3
|
|||||||
|
|
||||||
# Rarely if ever should integration tests take more than 50min,
|
# Rarely if ever should integration tests take more than 50min,
|
||||||
# caller may override in special circumstances if needed.
|
# caller may override in special circumstances if needed.
|
||||||
GINKGOTIMEOUT ?= -timeout=50m
|
GINKGOTIMEOUT ?= -timeout=90m
|
||||||
|
|
||||||
# If GOPATH not specified, use one in the local directory
|
# If GOPATH not specified, use one in the local directory
|
||||||
ifeq ($(GOPATH),)
|
ifeq ($(GOPATH),)
|
||||||
|
@ -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 GINKGOTIMEOUT=90m
|
SKIP_USERNS=1 make localintegration
|
||||||
;;
|
;;
|
||||||
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