From 7ea455ec49e6158c76392b0f674db2ebb94bb954 Mon Sep 17 00:00:00 2001 From: DarrylWong Date: Mon, 13 Nov 2023 10:35:19 -0500 Subject: [PATCH] roachtest: bump tpcc/mixed-headroom/n5cpu16 timeout to 6 hours 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 --- pkg/cmd/roachtest/tests/tpcc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/roachtest/tests/tpcc.go b/pkg/cmd/roachtest/tests/tpcc.go index 18dcda265889..1a54eb38deb7 100644 --- a/pkg/cmd/roachtest/tests/tpcc.go +++ b/pkg/cmd/roachtest/tests/tpcc.go @@ -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.