diff options
author | Chris Evich <cevich@redhat.com> | 2019-03-04 13:18:10 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-03-04 15:19:15 -0500 |
commit | e6e6cb384cf3ea0d2d0dcd4994567ecf29bc481d (patch) | |
tree | f7943594a94c176129df69c804b0debe50e662e3 /Makefile | |
parent | 34bf58c5dbb898ef9f813e79b13735eecc933369 (diff) | |
download | podman-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 '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),) |