Skip to content

Commit a0edf34

Browse files
committed
Increase PR build workflow timeout
PRs that result in changes occurring in every service package (e.g. version bump) increases the import time. Inrease the timeout to compensate.
1 parent 27aef2b commit a0edf34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
--branch "$HEAD_REF" \
5454
--pr-number "$PR_NUMBER" \
5555
--run-id "${{ github.run_id }}"
56-
timeout-minutes: 120
56+
timeout-minutes: 180

0 commit comments

Comments
 (0)