Skip to content

Commit

Permalink
wait for kube api rollout while checking the token
Browse files Browse the repository at this point in the history
  • Loading branch information
p0lyn0mial committed May 27, 2020
1 parent f15d5c7 commit ef60af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
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 1h
test-e2e: GO_TEST_FLAGS += -timeout 2h
test-e2e: GO_TEST_FLAGS += -p 1
test-e2e: test-unit
.PHONY: test-e2e
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/bound_sa_token_test.go
Expand Up @@ -34,7 +34,7 @@ const (
// Need a long time for promotion to account for the delay in
// nodes being updated to a revision of the configmap that
// contains the latest public key.
promotionTimeout = 10 * time.Minute
promotionTimeout = 40 * time.Minute
)

// TestBoundTokenSignerController verifies the expected behavior of the controller
Expand Down

0 comments on commit ef60af7

Please sign in to comment.