Skip to content

Commit 4acdfb9

Browse files
committed
roachtest: increase admission control mixed version timeout
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
1 parent cd1e806 commit 4acdfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/admission_control_elastic_mixed_version.go

Lines changed: 1 addition & 1 deletion
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)