Skip to content

Commit

Permalink
[live-test-cleanup] Reduce timeout from infinite to default (60 minut…
Browse files Browse the repository at this point in the history
…es) (#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
  • Loading branch information
mikeharder authored Oct 5, 2023
1 parent d6ca872 commit 2ae7fb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/live-test-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ stages:

jobs:
- job: Run
timeoutInMinutes: 0
pool:
name: azsdk-pool-mms-ubuntu-2204-general
vmImage: ubuntu-22.04
Expand Down

0 comments on commit 2ae7fb0

Please sign in to comment.