Skip to content

Commit 368ff24

Browse files
staticfloatDilumAluthge
authored andcommitted
Update test_julia.sh
1 parent 1cb4377 commit 368ff24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/test_julia.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ echo "JL_TERM_TIMEOUT is: ${JL_TERM_TIMEOUT}"
125125

126126
# Show our core dump file pattern and size limit if we're going to be recording them
127127
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
128+
# Tell Julia to send `SIGQUIT` if something times out internally, generating a coredump
129+
export JULIA_TEST_TIMEOUT_SIGNUM=3
130130

131131
ulimit -c unlimited
132132
if [[ "${OS}" == linux* || "${OS}" == "musl" ]]; then

0 commit comments

Comments
 (0)