From e6e6cb384cf3ea0d2d0dcd4994567ecf29bc481d Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 4 Mar 2019 13:18:10 -0500 Subject: Globally increase test timeout to 90-minutes Signed-off-by: Chris Evich --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60fb3eda7..faeeeff07 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ LIBSECCOMP_COMMIT := release-2.3 # Rarely if ever should integration tests take more than 50min, # caller may override in special circumstances if needed. -GINKGOTIMEOUT ?= -timeout=50m +GINKGOTIMEOUT ?= -timeout=90m # If GOPATH not specified, use one in the local directory ifeq ($(GOPATH),) -- cgit v1.2.3-54-g00ecf