Skip to content

Commit

Permalink
Memories drift in and out of my mind, and the little people get left …
Browse files Browse the repository at this point in the history
…behind
  • Loading branch information
SamWilsn committed Dec 22, 2023
1 parent c299dc5 commit ec0cc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: "${{ startsWith(matrix.py, 'pypy') }}"
run: tox -e pypy3
env:
PYPY_GC_MAX: "7G"
PYPY_GC_MAX: "10G"

- name: Upload coverage to Codecov
if: "${{ !startsWith(matrix.py, 'pypy') }}"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ commands =
--show-capture=no \
--disable-warnings \
-m "not slow and not evm_tools" \
-n auto --maxprocesses 4 \
-n auto --maxprocesses 2 \
--ignore-glob='tests/fixtures/*' \
--basetemp="{temp_dir}/pytest"

Expand Down

0 comments on commit ec0cc75

Please sign in to comment.