Skip to content

Commit e1737ad

Browse files
authored
Increase PR build workflow timeout (#6931)
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 b69b75f commit e1737ad

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)