Skip to content

Commit

Permalink
increase time to wait for watcher in upgrade (#4064)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre HILBERT <[email protected]>
Co-authored-by: Craig MacKenzie <[email protected]>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent a79407e commit aa6cd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/upgradetest/upgrader.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func PerformUpgrade(

// wait for the watcher to show up
logger.Logf("waiting for upgrade watcher to start")
err = WaitForWatcher(ctx, 2*time.Minute, 10*time.Second)
err = WaitForWatcher(ctx, 5*time.Minute, 10*time.Second)
if err != nil {
return fmt.Errorf("failed to find watcher: %w", err)
}
Expand Down

0 comments on commit aa6cd3e

Please sign in to comment.