Skip to content

Commit d39b2c0

Browse files
authored
CI (Buildkite): increase the timeout of the code coverage job (#42994)
1 parent e3b9290 commit d39b2c0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.

.buildkite/pipelines/scheduled/coverage/coverage_linux64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ steps:
2323
rootfs_treehash: "2a058481b567f0e91b9aa3ce4ad4f09e6419355a"
2424
uid: 1000
2525
gid: 1000
26+
timeout_in_minutes: 360 # 360 minutes = 6 hours
2627
commands: |
2728
echo "--- Build Julia from source"
2829
make --output-sync -j 6
@@ -41,4 +42,3 @@ steps:
4142
4243
echo "--- Process and upload coverage information"
4344
./julia .buildkite/pipelines/scheduled/coverage/upload_coverage.jl
44-
timeout_in_minutes: 240 # 240 minutes = 4 hours
Binary file not shown.

0 commit comments

Comments
 (0)