diff --git a/tools/ci_build/github/azure-pipelines/templates/py-win-gpu.yml b/tools/ci_build/github/azure-pipelines/templates/py-win-gpu.yml index b3a1650fbd..ab60446866 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-win-gpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-win-gpu.yml @@ -43,7 +43,7 @@ stages: dependsOn: [] jobs: - job: Win_py_${{ parameters.EP_NAME }}_Wheels_${{ replace(parameters.PYTHON_VERSION,'.','_') }}_Build - timeoutInMinutes: 120 + timeoutInMinutes: 360 workspace: clean: all pool: diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml index a6351e8c4f..f2a29ef8a4 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml @@ -99,7 +99,7 @@ stages: ${{ if eq(parameters['UseIncreasedTimeoutForTests'], 'true') }}: timeoutInMinutes: 1200 ${{ else }}: - timeoutInMinutes: 300 + timeoutInMinutes: 360 steps: - task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3 @@ -313,7 +313,7 @@ stages: workspace: clean: all pool: ${{ parameters.ort_build_pool_name }} - timeoutInMinutes: 120 + timeoutInMinutes: 180 steps: - task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3 displayName: 'Clean Agent Directories'