Skip to content

Commit

Permalink
💚 Increase benchmark timeout to 30 minutes
Browse files Browse the repository at this point in the history
To fix long-running Windows benchmarks failing CI.
  • Loading branch information
TeoZosa committed Sep 2, 2022
1 parent 29da02d commit efb74c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: performance-testing
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
timeout_minutes: 30
max_attempts: 3
shell: bash
command: |
Expand Down

0 comments on commit efb74c9

Please sign in to comment.