chore: sync bench timeout setting

This commit is contained in:
yihau 2022-06-14 01:00:04 +08:00
parent 3e1fd4dad0
commit bc3fb7cec6
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"