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 e2dbccc commit b0e7486Copy full SHA for b0e7486
.github/workflows/conda-package.yml
@@ -182,7 +182,7 @@ jobs:
182
id: run_tests_linux
183
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
184
with:
185
- timeout_minutes: 10
+ timeout_minutes: 12
186
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
187
retry_on: any
188
command: |
0 commit comments