Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Extend windows test timeout (#3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultmaster authored Jul 23, 2021
1 parent 7d101f8 commit 441c5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/fast-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ stages:
variables:
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
timeoutInMinutes: 120 # windows test need extra time

steps:
- task: UsePythonVersion@0
Expand Down

0 comments on commit 441c5da

Please sign in to comment.