Skip to content

Commit

Permalink
increase e2e test timeout to 3 hours to allow inactivity timeout test…
Browse files Browse the repository at this point in the history
… to complete
  • Loading branch information
vareti committed Aug 1, 2020
1 parent f4253b0 commit ede6faf
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 @@ -69,7 +69,7 @@ verify-codegen: verify-codegen-crds

test-e2e: GO_TEST_PACKAGES :=./test/e2e/...
test-e2e: GO_TEST_FLAGS += -v
test-e2e: GO_TEST_FLAGS += -timeout 2h
test-e2e: GO_TEST_FLAGS += -timeout 3h
test-e2e: GO_TEST_FLAGS += -p 1
test-e2e: test-unit
.PHONY: test-e2e
Expand Down

0 comments on commit ede6faf

Please sign in to comment.