Skip to content

Commit 5af3b81

Browse files
committed
schemachangerccl: increase polling duration for TestSubzonesRemovedByGCAfterIndexSwap
Release note: None
1 parent 2c6916a commit 5af3b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ccl/schemachangerccl/schemachanger_ccl_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ CREATE TABLE person (
248248
})
249249

250250
// Keep retrying until the old index and temporary index are removed by the GC job.
251-
runner.SucceedsSoonDuration = 12 * time.Second
251+
runner.SucceedsSoonDuration = 30 * time.Second
252252
runner.CheckQueryResultsRetry(t, subzonesQuery, [][]string{
253253
{"3", "north_america", "4", `/3/"CA"`, "NULL"},
254254
{"3", "north_america", "4", `/3/"US"`, "NULL"},

0 commit comments

Comments
 (0)