Skip to content

Commit

Permalink
Bump bound token test promotion timeout
Browse files Browse the repository at this point in the history
Local test execution averages 390s, but the test frequently times out
after 600s in CI. Bumping the timeout to see if that helps.
  • Loading branch information
marun committed Feb 12, 2020
1 parent 09b0111 commit 06c5554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/bound_sa_token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 = 15 * time.Minute
)

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

0 comments on commit 06c5554

Please sign in to comment.