Skip to content

Commit

Permalink
test: longer MCP update timeout
Browse files Browse the repository at this point in the history
we are getting longer failures when waiting for MCP update
before actual doing any of our tests.

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Dec 3, 2024
1 parent 2a18582 commit c2e4db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
)

const (
defaultMCPUpdateTimeout = 30 * time.Minute
defaultMCPUpdateTimeout = 60 * time.Minute
defaultMCPUpdateInterval = 30 * time.Second
)

Expand Down

0 comments on commit c2e4db3

Please sign in to comment.