From ebdc2e41053064147d694c370b1790a99bc4a30a Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 28 Jun 2019 12:38:57 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d91a5e93..33bbd268 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ jobs: versionSpec: '10.x' displayName: 'Install Node.js' - - script: yarn + - script: yarn --network-timeout 100000 displayName: 'Install dependencies' - script: node scripts/build-native.js