Skip to content

Commit

Permalink
Problem: simulations build times out on a PR (crypto-org-chain#839)
Browse files Browse the repository at this point in the history
Solution: increase the timeout minutes
  • Loading branch information
tomtau authored and devashishdxt committed Sep 23, 2022
1 parent be75c0f commit 9e64c54
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 9e64c54

Please sign in to comment.