From 6ecb990fae723510248bfa062c1ec2032b29e3aa Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 14 Oct 2021 12:01:01 -0700 Subject: [PATCH] Update win-ci-pipeline.yml --- tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml index 11ed3f982e..d402481028 100644 --- a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml @@ -40,7 +40,7 @@ jobs: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true setVcvars: true ALLOW_RELEASED_ONNX_OPSET_ONLY: '0' - timeoutInMinutes: 120 + timeoutInMinutes: 180 workspace: clean: all steps: @@ -209,4 +209,4 @@ jobs: - template: templates/component-governance-component-detection-steps.yml parameters : - condition : 'succeeded' \ No newline at end of file + condition : 'succeeded'