Skip to content

Commit e26151b

Browse files
divide tests for examples on macos (as they need more time to run) (#1759)
Co-authored-by: Sylwester Arabas <[email protected]>
1 parent d3b5b94 commit e26151b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,10 @@ jobs:
226226
include:
227227
- platform: "macos-14"
228228
python-version: "3.12"
229-
test-suite: "multi-process_a,multi-process_b,multi-process_d,multi-process_e"
229+
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"
230233
exclude:
231234
- platform: "macos-14"
232235
test-suite: "multi-process_a"
@@ -238,7 +241,7 @@ jobs:
238241
test-suite: "multi-process_e"
239242
fail-fast: true
240243
runs-on: ${{ matrix.platform }}
241-
timeout-minutes: ${{ startsWith(matrix.platform, 'windows-') && 30 || 32 }}
244+
timeout-minutes: 30
242245
steps:
243246
- name: Debug contexts
244247
run: |

0 commit comments

Comments
 (0)