Skip to content

Commit

Permalink
cmd: increase logictestccl stress timeout to 2h
Browse files Browse the repository at this point in the history
The default timeout of 1h is not enough. Increase it to 2h to match
the regular logictests.

Fixes #92108

Release note: None
  • Loading branch information
rytaft committed Nov 18, 2022
1 parent 87ce2ca commit 9112d7a
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 9112d7a

Please sign in to comment.