Skip to content

Commit

Permalink
Merge pull request #92171 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2-92166

release-22.2: cmd: increase logictestccl stress timeout to 2h (#92171)

Co-Authored-By: Rebecca Taft <[email protected]>
  • Loading branch information
rytaft authored Nov 19, 2022
2 parents 022d19a + 9112d7a commit bf7c1cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/teamcity-trigger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ func runTC(queueBuild func(string, map[string]string)) {
} else {
opts["env.COCKROACH_KVNEMESIS_STEPS"] = "10000"
}
case baseImportPath + "sql/logictest", baseImportPath + "kv/kvserver":
case baseImportPath + "sql/logictest", baseImportPath + "kv/kvserver",
baseImportPath + "ccl/logictestccl":
// Stress heavy with reduced parallelism (to avoid overloading the
// machine, see https://github.com/cockroachdb/cockroach/pull/10966).
parallelism /= 2
Expand Down

0 comments on commit bf7c1cf

Please sign in to comment.