diff --git a/utilities/test_julia.sh b/utilities/test_julia.sh index 2c0e0a00..e392babc 100755 --- a/utilities/test_julia.sh +++ b/utilities/test_julia.sh @@ -125,8 +125,8 @@ echo "JL_TERM_TIMEOUT is: ${JL_TERM_TIMEOUT}" # Show our core dump file pattern and size limit if we're going to be recording them if [[ -z "${USE_RR-}" ]]; then - # Tell Julia to send `SIGSEGV` if something times out internally, generating a coredump - 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 ulimit -c unlimited if [[ "${OS}" == linux* || "${OS}" == "musl" ]]; then