Skip to content

Commit a87eaac

Browse files
committed
공급망: Node 재현 빌드 시간 예산을 현실화
전체 C++ toolchain과 crypto runtime을 두 번 재현하는 job이 120분 경계에 접근했다. 정상 build와 legal-info가 시간 상한만으로 잘리지 않도록 reproduce 제한을 180분으로 넓혔다. 검증: npm test GREEN.
1 parent 6c6f179 commit a87eaac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildroot-guest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
reproduce:
1717
name: reproduce-${{ matrix.profile }}-${{ matrix.slot }}
1818
runs-on: ubuntu-24.04
19-
timeout-minutes: 120
19+
timeout-minutes: 180
2020
strategy:
2121
fail-fast: false
2222
matrix:

0 commit comments

Comments
 (0)