Skip to content

Commit 179f8c2

Browse files
committed
roachtest: increase restore timeouts for fingerprinting
Since validating fingerprints is now the default behavior for restore roachtests, we are seeing some test timeouts across the suite. This commit increases the timeout to account for any fingerprints on all of our restores. Fixes: #149771 Release note: None
1 parent 2f72cf4 commit 179f8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/roachtest/tests/restore.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func registerRestoreNodeShutdown(r registry.Registry) {
6161
cloud: spec.GCE,
6262
fixture: SmallFixture,
6363
},
64-
timeout: 1 * time.Hour,
64+
timeout: 2 * time.Hour,
6565
}
6666

6767
makeRestoreStarter := func(ctx context.Context, t test.Test, c cluster.Cluster,
@@ -131,7 +131,7 @@ func registerRestore(r registry.Registry) {
131131
cloud: spec.GCE,
132132
fixture: SmallFixture,
133133
},
134-
timeout: 3 * time.Hour,
134+
timeout: 4 * time.Hour,
135135
namePrefix: "pause",
136136
}
137137
withPauseSpecs.initTestName()

0 commit comments

Comments
 (0)