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