From 1a6d7bd22370d17fa92e07499c5cce9017770a66 Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:14:59 -0800 Subject: [PATCH] Increase timeout for Windows TensorRT CI --- .../github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml index 17b6fc3a1ec11..949d0324e6aa0 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml @@ -52,7 +52,7 @@ jobs: EnvSetupScript: setup_env_trt.bat skipComponentGovernanceDetection: true TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)] - timeoutInMinutes: 150 + timeoutInMinutes: 180 workspace: clean: all steps: