mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 04:46:13 +01:00
Bump Yarn timeout to 2 min
This commit is contained in:
parent
5f2d57f33b
commit
3504cbe9cd
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -73,7 +73,7 @@ Build()
|
|||
YarnInstall()
|
||||
{
|
||||
ProgressStart 'yarn install'
|
||||
yarn install
|
||||
yarn install --frozen-lockfile --network-timeout 120000
|
||||
ProgressEnd 'yarn install'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue