We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61d36e commit 03a5c57Copy full SHA for 03a5c57
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