Skip to content

Commit

Permalink
roachtest: bump tpcc/mixed-headroom/n5cpu16 timeout to 6 hours
Browse files Browse the repository at this point in the history
The new testing framework used randomizes the amount of times
the TPCC workload is run. Bumping the timeout accounts for the
worst case with 3 upgrades and running TPCC during all finalizations.

Epic: none
Fixes: #114330
Release note: none
  • Loading branch information
DarrylWong committed Nov 13, 2023
1 parent 573bed9 commit 7ea455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/tpcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ func registerTPCC(r registry.Registry) {
// migrations while TPCC runs. It simulates a real production
// deployment in the middle of the migration into a new cluster version.
Name: "tpcc/mixed-headroom/" + mixedHeadroomSpec.String(),
Timeout: 5 * time.Hour,
Timeout: 6 * time.Hour,
Owner: registry.OwnerTestEng,
// TODO(tbg): add release_qualification tag once we know the test isn't
// buggy.
Expand Down

0 comments on commit 7ea455e

Please sign in to comment.