Skip to content

Commit

Permalink
test: bump timeout on rotate CA test
Browse files Browse the repository at this point in the history
When using VIP, recovery of Kubernetes controlplane takes more time
(plus given the fact that the test rotates PKI twice).

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 28, 2025
1 parent 42e1669 commit 93b4a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integration/api/rotate.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (suite *RotateCASuite) SuiteName() string {
// SetupTest ...
func (suite *RotateCASuite) SetupTest() {
// make sure API calls have timeout
suite.ctx, suite.ctxCancel = context.WithTimeout(context.Background(), 5*time.Minute)
suite.ctx, suite.ctxCancel = context.WithTimeout(context.Background(), 10*time.Minute)
}

// TearDownTest ...
Expand Down

0 comments on commit 93b4a37

Please sign in to comment.