Skip to content

Commit

Permalink
Try thread method
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 5, 2019
1 parent 2c5c7c9 commit 3e01f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
export SCIPY_AVAILABLE_MEM=1G
# Try to limit per-process GC memory usage
export PYPY_GC_MAX=900MB
pypy3 runtests.py -- -rfEX -n 3 --durations=30 -v --timeout=30
pypy3 runtests.py -- -rfEX -n 3 --durations=30 --timeout=45 --timeout-method=thread
workflows:
Expand Down

0 comments on commit 3e01f9e

Please sign in to comment.