Skip to content

Commit a5f3633

Browse files
committed
Bump timeout of scala-dacapo and renaissance to accommodate very slow JITs
1 parent ab76b64 commit a5f3633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/ci/ci_common/benchmark-suites.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
run+: [
7171
self.benchmark_cmd + ["scala-dacapo:*", "--"] + self.extra_vm_args
7272
],
73-
timelimit: "01:00:00",
73+
timelimit: "01:30:00",
7474
forks_batches:: 2,
7575
bench_forks_per_batch:: 3,
7676
forks_timelimit:: "02:30:00",
@@ -105,7 +105,7 @@
105105
run+: [
106106
self.benchmark_cmd + ["renaissance:*"] + suite_version_args + ["--"] + self.extra_vm_args
107107
],
108-
timelimit: "2:00:00",
108+
timelimit: "2:30:00",
109109
forks_batches:: 4,
110110
bench_forks_per_batch:: 2,
111111
forks_timelimit:: "4:00:00",

0 commit comments

Comments
 (0)