Skip to content

Commit 0eed87d

Browse files
committed
chore: wip
1 parent 1a0bdc1 commit 0eed87d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build-php.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,8 @@ exec "$@"
10331033
try {
10341034
execSync('bun ./launchpad install php --deps-only', {
10351035
stdio: 'inherit',
1036-
cwd: process.cwd()
1036+
cwd: process.cwd(),
1037+
timeout: 30 * 60 * 1000 // 30 minutes timeout for dependency installation
10371038
})
10381039
log('✅ Launchpad dependencies installed successfully')
10391040

0 commit comments

Comments
 (0)