From 717627775afc70d4d0fb1a31f4aaa39f177d67f2 Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Mon, 2 Aug 2021 14:50:01 -0700 Subject: [PATCH] Increase build timeout (#8583) --- .../azure-pipelines/linux-pytorch-custom-ops-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/linux-pytorch-custom-ops-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-pytorch-custom-ops-ci-pipeline.yml index 12de029b96..e633811ef4 100644 --- a/tools/ci_build/github/azure-pipelines/linux-pytorch-custom-ops-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-pytorch-custom-ops-ci-pipeline.yml @@ -3,7 +3,7 @@ trigger: none jobs: - job: Onnxruntime_Linux_pytorch_export - timeoutInMinutes: 90 + timeoutInMinutes: 120 steps: - checkout: self