Skip to content

Commit db2bf5e

Browse files
authored
Merge pull request #151764 from rafiss/blathers/backport-release-25.3-151752
release-25.3: roachtest: deflake hibernate timeouts
2 parents 09786bc + 90091ac commit db2bf5e

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)