We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ab35c commit 5bf76aeCopy full SHA for 5bf76ae
.buildkite/pipelines/scheduled/coverage/coverage_linux64.yml
@@ -29,6 +29,7 @@ steps:
29
git config --global init.defaultBranch master
30
31
echo "--- Run Julia tests in parallel with code coverage enabled"
32
+ export JULIA_NUM_THREADS=1
33
export JULIA_WORKER_TIMEOUT=1200 # 1200 seconds = 20 minutes
34
./julia -e 'import Distributed; @info "" Distributed.worker_timeout()'
35
./julia --code-coverage=all --sysimage-native-code=no .buildkite/pipelines/scheduled/coverage/run_tests_parallel.jl
0 commit comments