Unverified Commit a17632b0 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Increase timeout for yarn (#2572)

parent 76586fca
...@@ -108,6 +108,7 @@ jobs: ...@@ -108,6 +108,7 @@ jobs:
echo "##vso[task.setvariable variable=PATH]${HOME}/Library/Python/3.7/bin:${PATH}" echo "##vso[task.setvariable variable=PATH]${HOME}/Library/Python/3.7/bin:${PATH}"
displayName: 'Install python tools' displayName: 'Install python tools'
- script: | - script: |
echo "network-timeout 600000" >> ${HOME}/.yarnrc
source install.sh source install.sh
displayName: 'Install nni toolkit via source code' displayName: 'Install nni toolkit via source code'
- script: | - script: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment