Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
114378: roachtest: bump timeout for hibernate tests r=rafiss a=rafiss

The hibernate tests are massive (11519 tests), and are slow. We are hitting against the default timeout of 3 hours, so this commit increases that to 4.

fixes cockroachdb#114301
fixes cockroachdb#114136
Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Nov 14, 2023
2 parents 5de8693 + 1a2fa66 commit 0d44995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/roachtest/tests/hibernate.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"context"
"fmt"
"regexp"
"time"

"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster"
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/option"
Expand Down Expand Up @@ -252,6 +253,7 @@ func registerHibernate(r registry.Registry, opt hibernateOptions) {
CompatibleClouds: registry.AllExceptAWS,
Suites: registry.Suites(registry.Nightly, registry.ORM),
Tags: registry.Tags(`default`, `orm`),
Timeout: 4 * time.Hour,
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
runHibernate(ctx, t, c)
},
Expand Down

0 comments on commit 0d44995

Please sign in to comment.