Skip to content

Commit 71f66aa

Browse files
authored
Problem: simulations build times out on a PR (#839)
Solution: increase the timeout minutes
1 parent 4ab61da commit 71f66aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: [member]
4242
permissions:
4343
pull-requests: write
44-
timeout-minutes: 5
44+
timeout-minutes: 10
4545
if: needs.member.outputs.valid == 'true'
4646
steps:
4747
- name: Comment PR for Sim test started

0 commit comments

Comments
 (0)