Skip to content

Commit 639d51c

Browse files
authored
Pypy takes a long time to setup on macos, to timeout need to be higher. (#742)
1 parent 136693a commit 639d51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os.runs-on }}
2222
container: ${{ matrix.os.container[matrix.python.docker] }}
2323
# present runtime seems to be about 1 minute 30 seconds
24-
timeout-minutes: 10
24+
timeout-minutes: 15
2525
strategy:
2626
fail-fast: false
2727
matrix:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# directory.
55

66
[tox]
7-
envlist = py{37,38,39,py37,py38,py39}
7+
envlist = py{37,38,39,py37}
88

99
[testenv]
1010
deps = -r requirements-tests.txt

0 commit comments

Comments
 (0)