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 1cb4377 commit 368ff24Copy full SHA for 368ff24
utilities/test_julia.sh
@@ -125,8 +125,8 @@ echo "JL_TERM_TIMEOUT is: ${JL_TERM_TIMEOUT}"
125
126
# Show our core dump file pattern and size limit if we're going to be recording them
127
if [[ -z "${USE_RR-}" ]]; then
128
- # Tell Julia to send `SIGSEGV` if something times out internally, generating a coredump
129
- export JULIA_TEST_TIMEOUT_SIGNUM=11
+ # Tell Julia to send `SIGQUIT` if something times out internally, generating a coredump
+ export JULIA_TEST_TIMEOUT_SIGNUM=3
130
131
ulimit -c unlimited
132
if [[ "${OS}" == linux* || "${OS}" == "musl" ]]; then
0 commit comments