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 d3b5b94 commit e26151bCopy full SHA for e26151b
.github/workflows/tests.yml
@@ -226,7 +226,10 @@ jobs:
226
include:
227
- platform: "macos-14"
228
python-version: "3.12"
229
- test-suite: "multi-process_a,multi-process_b,multi-process_d,multi-process_e"
+ test-suite: "multi-process_a,multi-process_b"
230
+ - platform: "macos-14"
231
+ python-version: "3.12"
232
+ test-suite: "multi-process_d,multi-process_e"
233
exclude:
234
235
test-suite: "multi-process_a"
@@ -238,7 +241,7 @@ jobs:
238
241
test-suite: "multi-process_e"
239
242
fail-fast: true
240
243
runs-on: ${{ matrix.platform }}
- timeout-minutes: ${{ startsWith(matrix.platform, 'windows-') && 30 || 32 }}
244
+ timeout-minutes: 30
245
steps:
246
- name: Debug contexts
247
run: |
0 commit comments