Skip to content

Commit 42722d9

Browse files
committed
roachtest: increase zone config timeout in change-replicas/mixed-version
There were recently a couple of failures in the test change-replicas/mixed-version. I couldn't find anything that indicates an actual bug. I think that it might have been just a general slowness in the environment. Therefore, this commit increases the zone config timeout from 3m to 4m. references: #148991 Release note: None
1 parent dde85f8 commit 42722d9

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
@@ -111,7 +111,7 @@ func runChangeReplicasMixedVersion(ctx context.Context, t test.Test, c cluster.C
111111
}
112112

113113
var rangeCount int
114-
for i := 0; i < 60; i++ {
114+
for i := 0; i < 80; i++ {
115115
err := h.QueryRow(r, `SELECT count(*) FROM `+
116116
`[SHOW RANGES FROM TABLE test] WHERE $1::int = ANY(replicas)`, node).Scan(&rangeCount)
117117
if err != nil {

0 commit comments

Comments
 (0)