diff --git a/.devcontainer/prebuilt/prepare.sh b/.devcontainer/prebuilt/prepare.sh index 9b5c81ff40d..3f82462cfdf 100755 --- a/.devcontainer/prebuilt/prepare.sh +++ b/.devcontainer/prebuilt/prepare.sh @@ -5,5 +5,5 @@ # running commands like "yarn install" from the ground up. Developers (and should) still run these commands # after the actual dev container is created, but only differences will be processed. -yarn install +yarn install --network-timeout 180000 yarn electron