We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2437b1 commit 58731deCopy full SHA for 58731de
1 file changed
src/discord-cluster-manager/run_eval.py
@@ -549,6 +549,9 @@ def run_config(config: dict):
549
"benchmarks": build_test_string(config.get("benchmarks", [])),
550
"seed": config.get("seed", None),
551
"ranking_by": config.get("ranking_by", "last"),
552
+ "ranked_timeout": config.get("ranked_timeout", Timeout.RANKED),
553
+ "benchmark_timeout": config.get("benchmark_timeout", Timeout.BENCHMARK),
554
+ "test_timeout": config.get("test_timeout", Timeout.TEST),
555
}
556
if config["lang"] == "py":
557
runner = functools.partial(
0 commit comments