Skip to content

Commit d1b4e0f

Browse files
authored
Merge pull request #153330 from spilchen/blathers/backport-release-25.3-153288
release-25.3: roachtest: increase timeout for hibernate test
2 parents 06a4e6e + 4d58086 commit d1b4e0f

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: 5 * time.Hour,
254+
Timeout: 6 * 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)