Skip to content

Commit 6edef9e

Browse files
craig[bot]miraradeva
craig[bot]
andcommitted
Merge #143661
143661: roachtest: increase admission control mixed version timeout r=DarrylWong a=miraradeva Recently, this test started running with more workload steps, each of which takes 5min, so it's been timing out consistently. This commit increases the test timeout to 3 hours. Fixes: #143331 Release note: None Co-authored-by: Mira Radeva <[email protected]>
2 parents 3714133 + 4acdfb9 commit 6edef9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/cmd/roachtest/tests/admission_control_elastic_mixed_version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func registerElasticWorkloadMixedVersion(r registry.Registry) {
3737
r.Add(registry.TestSpec{
3838
Name: "admission-control/elastic-workload/mixed-version",
3939
Owner: registry.OwnerKV,
40-
Timeout: 1 * time.Hour,
40+
Timeout: 3 * time.Hour,
4141
Benchmark: true,
4242
CompatibleClouds: registry.OnlyGCE,
4343
Suites: registry.Suites(registry.MixedVersion, registry.Nightly),

0 commit comments

Comments
 (0)