From b20f02ce06daa61b901533783f6b8d3410e4678f Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Sun, 5 Nov 2023 07:17:01 -0800 Subject: [PATCH] add network timeout for the builds --- docker/build-ui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/build-ui.sh b/docker/build-ui.sh index 920ae43..8482565 100755 --- a/docker/build-ui.sh +++ b/docker/build-ui.sh @@ -4,5 +4,6 @@ cd tmp/ui pwd git clone https://github.com/Netflix/conductor cd conductor/ui +yarn config set network-timeout 600000 -g yarn install yarn build \ No newline at end of file