increase test timeout

pull/11826/head
Ilya Zuyev 2021-06-29 16:38:44 -07:00
parent 9fa7fdaa6d
commit 1b1bc76841
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ release-hyperkit-driver: install-hyperkit-driver checksum ## Copy hyperkit using
.PHONY: check-release .PHONY: check-release
check-release: ## Execute go test check-release: ## Execute go test
go test -v ./deploy/minikube/release_sanity_test.go -tags=release go test -timeout 42m -v ./deploy/minikube/release_sanity_test.go
buildroot-image: $(ISO_BUILD_IMAGE) # convenient alias to build the docker container buildroot-image: $(ISO_BUILD_IMAGE) # convenient alias to build the docker container
$(ISO_BUILD_IMAGE): deploy/iso/minikube-iso/Dockerfile $(ISO_BUILD_IMAGE): deploy/iso/minikube-iso/Dockerfile