From 462b3de7b5c639a98b3241708791f743d84be380 Mon Sep 17 00:00:00 2001 From: Craig O'Donnell Date: Fri, 29 Dec 2023 23:24:14 +0000 Subject: [PATCH] make deps network-timeout --- web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Makefile b/web/Makefile index 972f788292..73a3ac97bc 100644 --- a/web/Makefile +++ b/web/Makefile @@ -11,7 +11,7 @@ endif .PHONY: deps deps: - yarn --silent --frozen-lockfile + yarn --silent --frozen-lockfile --network-timeout 600000 .PHONY: publish-pact publish-pact: