Skip to content

Commit aea1736

Browse files
committed
roachtest: deflake hibernate timeouts
This patch increases the timeout to avoid hitting spurious failures when the test takes too long. Release note: None
1 parent a491fd9 commit aea1736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/hibernate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func registerHibernate(r registry.Registry, opt hibernateOptions) {
251251
NativeLibs: registry.LibGEOS,
252252
CompatibleClouds: registry.AllExceptAWS,
253253
Suites: registry.Suites(registry.Nightly, registry.ORM),
254-
Timeout: 4 * time.Hour,
254+
Timeout: 5 * time.Hour,
255255
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
256256
runHibernate(ctx, t, c)
257257
},

0 commit comments

Comments
 (0)