We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b18d27 commit e8cf347Copy full SHA for e8cf347
.github/workflows/test.yml
@@ -16,6 +16,7 @@ concurrency:
16
17
jobs:
18
mypy-self-check:
19
+ timeout-minutes: 10
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
@@ -43,6 +44,7 @@ jobs:
43
44
run: mypy --cache-dir=/dev/null --no-incremental django-stubs
45
46
test:
47
+ timeout-minutes: 15
48
49
50
@@ -69,6 +71,7 @@ jobs:
69
71
run: PYTHONPATH='.' pytest --num-shards=4 --shard-id=${{ matrix.shard }}
70
72
73
stubtest:
74
75
76
77
@@ -93,6 +96,7 @@ jobs:
93
96
run: bash ./scripts/stubtest.sh
94
97
95
98
matrix-test:
99
100
101
102
fail-fast: false
0 commit comments