Increase timeout for clean-build-docker-image-cache-pipeline. (#12776)

This commit is contained in:
Edward Chen 2022-08-29 15:30:35 -07:00 committed by GitHub
parent 17ccd6fa02
commit 1ce14e752b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
pool:
vmImage: 'ubuntu-20.04'
timeoutInMinutes: 10
timeoutInMinutes: 30
steps:
- checkout: self