Add a much shorter timeout to the CollectArtifacts job

pull/3774/head
Erwin de Haan 4 years ago committed by GitHub
parent 9ec787e954
commit a6d80f557d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,6 +116,7 @@ jobs:
$(JellyfinVersion)-$(BuildConfiguration)
- job: CollectArtifacts
timeoutInMinutes: 10
displayName: 'Collect Artifacts'
dependsOn:
- BuildPackage

Loading…
Cancel
Save