Skip to content

Commit bd2ae93

Browse files
committed
Extend self-hosted timeout
1 parent 6b70b0a commit bd2ae93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
build-compiler: '0'
4646
runner: 'ubuntu-24.04'
4747
runs-on: ${{ matrix.runner }}
48-
# 15 hour timeout
49-
timeout-minutes: 900
48+
# 18 hour timeout
49+
timeout-minutes: 1080
5050
steps:
5151
- name: Free Disk Space
5252
if: ${{ matrix.runner != 'self-hosted' }}

0 commit comments

Comments
 (0)