We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccd93e commit 3f1380aCopy full SHA for 3f1380a
pkg/cmd/roachtest/tests/backup_fixtures.go
@@ -538,7 +538,9 @@ func registerBackupFixtures(r registry.Registry) {
538
hardware: makeHardwareSpecs(hardwareSpecs{
539
workloadNode: true,
540
}),
541
- timeout: 2 * time.Hour,
+ // 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,
544
suites: registry.Suites(registry.Nightly),
545
clouds: []spec.Cloud{spec.AWS, spec.GCE},
546
},
0 commit comments