mirror of
https://github.com/Radarr/Radarr
synced 2025-01-31 03:41:24 +00:00
Bump Yarn timeout to 2min
This commit is contained in:
parent
0142c45210
commit
a08648272c
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -71,7 +71,7 @@ Build()
|
|||
YarnInstall()
|
||||
{
|
||||
ProgressStart 'yarn install'
|
||||
yarn install --frozen-lockfile
|
||||
yarn install --frozen-lockfile --network-timeout 120000
|
||||
ProgressEnd 'yarn install'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue