Skip to content

Commit 7be8922

Browse files
craig[bot]arulajmani
andcommitted
Merge #159214
159214: roachtest: increase timeout for ChangeReplicasMixedVersion test r=wenyihu6 a=arulajmani We've increased the timeout for individual steps here recently: - #149243 - #151199 The second PR there codifies the expectation that a single moveReplicas step may take upwards of 10 minutes, even though this isn't the common case scenario. Given we move replicas off all nodes, and we do a moveReplicas step on each binary upgrade, the previous 1 hour limit was a tad conservative. We bump this to 3 hours. Closes #159138 Release note: None Co-authored-by: Arul Ajmani <[email protected]>
2 parents e12994b + 55dc85c commit 7be8922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/mixed_version_change_replicas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func registerChangeReplicasMixedVersion(r registry.Registry) {
3636
Monitor: true,
3737
Randomized: true,
3838
Run: runChangeReplicasMixedVersion,
39-
Timeout: 60 * time.Minute,
39+
Timeout: 3 * time.Hour,
4040
})
4141
}
4242

0 commit comments

Comments
 (0)