diff --git a/tools/ci_build/github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml index a6039ff295..5f2ef84b17 100644 --- a/tools/ci_build/github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml @@ -28,3 +28,4 @@ jobs: # Enable unreleased onnx opsets in CI builds # This facilitates testing the implementation for the new opsets AllowReleasedOpsetOnly: '0' + DoCompliance: 'true' diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml index 29b8dfa313..0b35f48249 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml @@ -24,7 +24,7 @@ parameters: AllowReleasedOpsetOnly: '0' jobs: - job: ${{ parameters.JobName }} - timeoutInMinutes: 160 + timeoutInMinutes: 200 strategy: maxParallel: 2 matrix: