Skip to content

Commit

Permalink
Problem: simulations build times out on a PR (#839)
Browse files Browse the repository at this point in the history
Solution: increase the timeout minutes
  • Loading branch information
tomtau authored Aug 15, 2022
1 parent 4ab61da commit 71f66aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
needs: [member]
permissions:
pull-requests: write
timeout-minutes: 5
timeout-minutes: 10
if: needs.member.outputs.valid == 'true'
steps:
- name: Comment PR for Sim test started
Expand Down

0 comments on commit 71f66aa

Please sign in to comment.