Skip to content

Commit

Permalink
ci: increase Pyodide CI retries to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Oct 2, 2023
1 parent f0762a7 commit aef35e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 3
max_attempts: 6
command: |
source $VENV
poe test-pyodide
Expand Down

0 comments on commit aef35e6

Please sign in to comment.