Skip to content

Commit 3f1380a

Browse files
committed
roachtest: increase fixture timeout to account for fingerprinting
Fixes: #147871 Release note: None
1 parent 5ccd93e commit 3f1380a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/cmd/roachtest/tests/backup_fixtures.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,9 @@ func registerBackupFixtures(r registry.Registry) {
538538
hardware: makeHardwareSpecs(hardwareSpecs{
539539
workloadNode: true,
540540
}),
541-
timeout: 2 * time.Hour,
541+
// Fingerprinting is measured to take about 40 minutes on a 350 GB
542+
// fixture on top of the allocated 2 hours for the test.
543+
timeout: 3 * time.Hour,
542544
suites: registry.Suites(registry.Nightly),
543545
clouds: []spec.Cloud{spec.AWS, spec.GCE},
544546
},

0 commit comments

Comments
 (0)