From 2a80c17ed56e605e038968b88406c093929c17b7 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 1 Feb 2023 09:52:09 +0200 Subject: [PATCH] fix lerna/yarn timeouts on windows Signed-off-by: Jari Kolehmainen --- lerna.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 0a4bc2ec5e..5641e8b0f9 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,8 @@ "packages/*" ], "version": "6.4.0-beta.10", - "npmClient": "yarn" + "npmClient": "yarn", + "npmClientArgs": [ + "--network-timeout=100000" + ] }