From 2ae7fb0cad3db037d19d8dea6b29ea37205e9ccb Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Thu, 5 Oct 2023 12:27:40 -0700 Subject: [PATCH] [live-test-cleanup] Reduce timeout from infinite to default (60 minutes) (#7069) - Pipeline normally runs in 15 minutes, so 60 minutes is plenty of time - We should not use infinite timeouts, to avoid blocking build agents indefinitely --- eng/pipelines/live-test-cleanup.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/pipelines/live-test-cleanup.yml b/eng/pipelines/live-test-cleanup.yml index 6b86821bca8..ec015618fad 100644 --- a/eng/pipelines/live-test-cleanup.yml +++ b/eng/pipelines/live-test-cleanup.yml @@ -62,7 +62,6 @@ stages: jobs: - job: Run - timeoutInMinutes: 0 pool: name: azsdk-pool-mms-ubuntu-2204-general vmImage: ubuntu-22.04