Skip to content

Commit d9539c7

Browse files
committed
공급망: Node 전체 재현 빌드 상한을 보정
취소 로그에서 120분 시점의 V8 compile이 1799/3439임을 확인했다. 전체 compile과 runtime, legal 산출물까지 완료하도록 reproduce 제한을 300분으로 보정했다. 검증: npm test GREEN, run 31915773121의 첫 시간 상한 불일치 확인.
1 parent a87eaac commit d9539c7

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: 180
19+
timeout-minutes: 300
2020
strategy:
2121
fail-fast: false
2222
matrix:

0 commit comments

Comments
 (0)