Skip to content

Commit

Permalink
CI (Buildkite): increase the timeout of the code coverage job (JuliaL…
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored and LilithHafner committed Feb 22, 2022
1 parent 7227901 commit ca6b457
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
rootfs_treehash: "2a058481b567f0e91b9aa3ce4ad4f09e6419355a"
uid: 1000
gid: 1000
timeout_in_minutes: 360 # 360 minutes = 6 hours
commands: |
echo "--- Build Julia from source"
make --output-sync -j 6
Expand All @@ -41,4 +42,3 @@ steps:
echo "--- Process and upload coverage information"
./julia .buildkite/pipelines/scheduled/coverage/upload_coverage.jl
timeout_in_minutes: 240 # 240 minutes = 4 hours
Binary file not shown.

0 comments on commit ca6b457

Please sign in to comment.