8000 Added timeout to yarn install · arduino/arduino-ide@0b41378 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b41378

Browse files
csarnatarogiacomocusinato
authored andcommitted
Added timeout to yarn install
1 parent 8ec96fc commit 0b41378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
yarn install --immutable \
5+
yarn install --immutable --network-timeout 10000000 \
66
&& yarn --cwd arduino-ide-extension build \
77
&& yarn --cwd electron-app rebuild \
88
&& yarn --cwd electron-app build \

0 commit comments

Comments
 (0)
0