Skip to content

Commit b8ab35c

Browse files
authored
CI (Buildkite, code coverage): increase the value of JULIA_WORKER_TIMEOUT on the code coverage job
1 parent 5405994 commit b8ab35c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ steps:
2929
git config --global init.defaultBranch master
3030
3131
echo "--- Run Julia tests in parallel with code coverage enabled"
32+
export JULIA_WORKER_TIMEOUT=1200 # 1200 seconds = 20 minutes
33+
./julia -e 'import Distributed; @info "" Distributed.worker_timeout()'
3234
./julia --code-coverage=all --sysimage-native-code=no .buildkite/pipelines/scheduled/coverage/run_tests_parallel.jl
3335
3436
echo "--- Process and upload coverage information"

0 commit comments

Comments
 (0)