Skip to content

Commit

Permalink
Increase macOS timeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl committed Dec 2, 2024
1 parent e559734 commit 8786653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ jobs:
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 30
timeout_minutes: 60
retry_wait_seconds: 5
command: |
if [ "${{ matrix.arrays.terraform_dir }}" != "" ]; then
Expand Down

0 comments on commit 8786653

Please sign in to comment.