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

Extend windows test timeout (#3962)

parent 7d101f83
...@@ -378,6 +378,7 @@ stages: ...@@ -378,6 +378,7 @@ stages:
variables: variables:
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
timeoutInMinutes: 120 # windows test need extra time
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
......
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