Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var (
// upgradeAbortAtRandom is a special value indicating the abort should happen at a random percentage
// between (0,100].
const upgradeAbortAtRandom = -1
const defaultCVOUpdateAckTimeout = 10 * time.Minute
const defaultCVOUpdateAckTimeout = 2 * time.Minute

// SetTests controls the list of tests to run during an upgrade. See AllTests for the supported
// suite.
Expand Down