Skip to content

Commit f31b72e

Browse files
staticfloatDilumAluthge
authored andcommitted
Update test_julia.sh
1 parent 9fad34c commit f31b72e

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
@@ -100,8 +100,8 @@ echo "JL_TERM_TIMEOUT is: ${JL_TERM_TIMEOUT}"
100100

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

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

0 commit comments

Comments
 (0)