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 3c6fae6 commit 826edfdCopy full SHA for 826edfd
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
- run: poe build-develop
76
- run: mkdir junit-xml
77
- run: poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
78
- timeout-minutes: 10
+ timeout-minutes: 15
79
# Time skipping doesn't yet support ARM
80
- if: ${{ !endsWith(matrix.os, '-arm') }}
81
run: poe test ${{matrix.pytestExtraArgs}} -s --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml
0 commit comments