Skip to content

Commit c856968

Browse files
craig[bot]rafiss
andcommitted
Merge #148275
148275: roachtest: increase timeout for schemachange/bulkingest r=rafiss a=rafiss We recently made this test run on a larger table, so it needs more time now. fixes #147767 Releae note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents 5bb5e00 + 5dbdae8 commit c856968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/schemachange.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func makeIndexAddTpccTest(
330330
func registerSchemaChangeBulkIngest(r registry.Registry) {
331331
// Allow a long running time to account for runs that use a
332332
// cockroach build with runtime assertions enabled.
333-
r.Add(makeSchemaChangeBulkIngestTest(r, 12, 4_000_000_000, 2*time.Hour))
333+
r.Add(makeSchemaChangeBulkIngestTest(r, 12, 4_000_000_000, 5*time.Hour))
334334
}
335335

336336
func makeSchemaChangeBulkIngestTest(

0 commit comments

Comments
 (0)