Skip to content

Commit

Permalink
Merge pull request #679 from fabriziosestito/fix/increase-integration…
Browse files Browse the repository at this point in the history
…-tests-timeout

fix: increase controllers integration test timeout
  • Loading branch information
viccuad authored Mar 15, 2024
2 parents 4174370 + 21b8151 commit 96941d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

const (
timeout = 120 * time.Second
timeout = 180 * time.Second
pollInterval = 250 * time.Millisecond
IntegrationTestsFinalizer = "integration-tests-safety-net-finalizer"
)
Expand Down

0 comments on commit 96941d0

Please sign in to comment.