Skip to content

Commit 08404cd

Browse files
committed
roachtest: bump upgrade timeout in jobs/mixed-version
We've seen a few runs of this roachtest time out even though the migration is happily chugging along. This patch bumps the timeout from 30 minutes to an hour. Informs #146508 Informs #150104 Release note: none
1 parent ec83247 commit 08404cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/mixed_version_jobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func runJobsMixedVersions(ctx context.Context, t test.Test, c cluster.Cluster) {
4242
mvt := mixedversion.NewTest(
4343
ctx, t, t.L(), c, c.All(),
4444
mixedversion.NumUpgrades(2),
45-
mixedversion.UpgradeTimeout(time.Minute*30),
45+
mixedversion.UpgradeTimeout(time.Hour),
4646
mixedversion.MinimumSupportedVersion("v24.3.0"),
4747
mixedversion.AlwaysUseLatestPredecessors,
4848
mixedversion.NeverUseFixtures,

0 commit comments

Comments
 (0)