Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
ci: Run the diruptive e2e tests for 90 min
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Jun 28, 2021
1 parent bf6f196 commit 6a9ea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ run-e2e-tests:
# This is a test that should be run in the end to reduce the disruption to other tests because
# it will delete a node.
# The timeout is made longer as it will perform actions that will take longer than the default 10 minutes.
KUBECONFIG=${kubeconfig} PLATFORM=${platform} go test -timeout 30m -mod=$(MOD) -tags="$(platform),disruptivee2e" -covermode=atomic -buildmode=exe -v -count=1 ./test/...
KUBECONFIG=${kubeconfig} PLATFORM=${platform} go test -timeout 90m -mod=$(MOD) -tags="$(platform),disruptivee2e" -covermode=atomic -buildmode=exe -v -count=1 ./test/...

.PHONY: all
all: build test
Expand Down

0 comments on commit 6a9ea14

Please sign in to comment.