Skip to content

Commit d3be383

Browse files
committed
[GR-45928] Increase timelimit for psd benchmarks, it is too close
PullRequest: truffleruby/3803
2 parents 17ec84b + 9a43144 commit d3be383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
611611
"ruby-benchmarks-chunky-svm-graal-core": shared + chunky + svm_configurations["svm-graal-core"],
612612
"ruby-benchmarks-chunky-svm-graal-enterprise": shared + chunky + svm_configurations["svm-graal-enterprise"],
613613

614-
local psd = $.benchmark.runner + $.benchmark.psd + { timelimit: "01:15:00" },
614+
local psd = $.benchmark.runner + $.benchmark.psd + { timelimit: "01:30:00" },
615615
"ruby-benchmarks-psd-mri": shared + psd + other_rubies.mri,
616616
"ruby-benchmarks-psd-jruby": shared + psd + other_rubies.jruby,
617617
"ruby-benchmarks-psd-graal-core": shared + psd + graal_configurations["graal-core"],

0 commit comments

Comments
 (0)