diff options
author | Chris Evich <cevich@redhat.com> | 2019-03-04 13:18:10 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-03-04 17:08:21 -0500 |
commit | ba476c14072bf36e8ad8eccafb713f9537693076 (patch) | |
tree | 207f990e22090b8cb882b90dfc72345e7ba20266 /Makefile | |
parent | a888e0fad2d50b8e4dd051136e1c36d6294fb0fc (diff) | |
download | podman-ba476c14072bf36e8ad8eccafb713f9537693076.tar.gz podman-ba476c14072bf36e8ad8eccafb713f9537693076.tar.bz2 podman-ba476c14072bf36e8ad8eccafb713f9537693076.zip |
Globally increase test timeout to 90-minutes
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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),) |