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 9fad34c commit f31b72eCopy full SHA for f31b72e
utilities/test_julia.sh
@@ -100,8 +100,8 @@ echo "JL_TERM_TIMEOUT is: ${JL_TERM_TIMEOUT}"
100
101
# Show our core dump file pattern and size limit if we're going to be recording them
102
if [[ -z "${USE_RR-}" ]]; then
103
- # Tell Julia to send `SIGSEGV` if something times out internally, generating a coredump
104
- 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
105
106
ulimit -c unlimited
107
if [[ "${OS}" == linux* || "${OS}" == "musl" ]]; then
0 commit comments