Skip to content

Commit 04d6291

Browse files
committed
Caching might take >5 min, disable process timeout
1 parent 8ddaecf commit 04d6291

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
"@build-ci"
4040
],
4141
"cleanup": "rm ./cache/*.json",
42-
"cache": "@php ./bin/cache",
42+
"cache": [
43+
"Composer\\Config::disableProcessTimeout",
44+
"@php ./bin/cache"
45+
],
4346
"build": "@php -d memory_limit=-1 ./vendor/bin/satis build ./satis.json ./docs/",
4447
"build-ci": "@php -d memory_limit=-1 ./vendor/bin/satis build ./satis.json ./"
4548
},

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)