Skip to content

Commit

Permalink
extend the default timeout from 10 min to 20 when running e2e tests
Browse files Browse the repository at this point in the history
especially that we also run the encryption tests which require a few rollout and migration time.
  • Loading branch information
p0lyn0mial committed Nov 26, 2020
1 parent d54f7de commit f872d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -56,6 +56,7 @@ test-e2e-encryption-perf: test-unit

.PHONY: test-e2e
test-e2e: GO_TEST_PACKAGES :=./test/e2e/...
test-e2e-encryption-perf: GO_TEST_FLAGS += -timeout 20m
test-e2e: test-unit

# Configure the 'telepresence' target
Expand Down

0 comments on commit f872d8b

Please sign in to comment.