Skip to content

Commit 4d58086

Browse files
committed
roachtest: increase timeout for hibernate test
We noticed that on s390x the hibernate test can timeout after 5 hours. There are also several runs that succeeded but came close to timing out. We are going to bump the timeout to give that platform more chance to finish the test. Fixes #153029 Release note: none Epic: none
1 parent 06a4e6e commit 4d58086

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)