Skip to content

Commit

Permalink
chore: sync bench timeout setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jun 13, 2022
1 parent 3e1fd4d commit bc3fb7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/buildkite-pipeline-in-disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ EOF
^ci/test-coverage.sh \
^ci/test-bench.sh \
; then
command_step bench "ci/test-bench.sh" 30
command_step bench "ci/test-bench.sh" 40
else
annotate --style info --context test-bench \
"Bench skipped as no .rs files were modified"
Expand Down
2 changes: 1 addition & 1 deletion ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ EOF
^ci/test-coverage.sh \
^ci/test-bench.sh \
; then
command_step bench "ci/test-bench.sh" 30
command_step bench "ci/test-bench.sh" 40
else
annotate --style info --context test-bench \
"Bench skipped as no .rs files were modified"
Expand Down

0 comments on commit bc3fb7c

Please sign in to comment.