diff --git a/lib/tasks/webpacker/yarn_install.rake b/lib/tasks/webpacker/yarn_install.rake index 36a605bad..2936ac59e 100644 --- a/lib/tasks/webpacker/yarn_install.rake +++ b/lib/tasks/webpacker/yarn_install.rake @@ -1,6 +1,6 @@ namespace :webpacker do desc "Support for older Rails versions. Install all JavaScript dependencies as specified via Yarn" task :yarn_install do - system "yarn install --no-progress --frozen-lockfile --production" + system "yarn install --no-progress --frozen-lockfile --production --network-timeout 1000000" end end