From 60481c31521b571ced276e5b1a15f58157291d80 Mon Sep 17 00:00:00 2001 From: Justin Colangelo Date: Wed, 18 May 2022 10:50:49 -0400 Subject: [PATCH] downloading material package times out in hab pkg build, increase timeout --- .yarnrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .yarnrc diff --git a/.yarnrc b/.yarnrc new file mode 100644 index 000000000..788570fcd --- /dev/null +++ b/.yarnrc @@ -0,0 +1 @@ +network-timeout 600000