Skip to content

Commit 826edfd

Browse files
authored
Extend test timeout to 15 minutes. Macos-intel is running over (#1042)
1 parent 3c6fae6 commit 826edfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- run: poe build-develop
7676
- run: mkdir junit-xml
7777
- run: poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
78-
timeout-minutes: 10
78+
timeout-minutes: 15
7979
# Time skipping doesn't yet support ARM
8080
- if: ${{ !endsWith(matrix.os, '-arm') }}
8181
run: poe test ${{matrix.pytestExtraArgs}} -s --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml

0 commit comments

Comments
 (0)