diff --git a/recipe/run_test.sh b/recipe/run_test.sh index 478ccfc..7422c6a 100644 --- a/recipe/run_test.sh +++ b/recipe/run_test.sh @@ -52,7 +52,7 @@ python -m numba.tests.test_runtests if [[ "$archstr" == 'aarch64' ]] || [[ "$archstr" == "ppc64le" ]]; then echo 'Running only a slice of tests' - $SEGVCATCH python -m numba.runtests -b -j --random='0.15' --exclude-tags='long_running' -m $TEST_NPROCS -- numba.tests + $SEGVCATCH python -m numba.runtests -b -j --random='0.25' --exclude-tags='long_running' -m $TEST_NPROCS -- numba.tests # Else run the whole test suite else echo 'Running all the tests except long_running'