Browse Source

Add a much shorter timeout to the CollectArtifacts job

Erwin de Haan 4 years ago
parent
commit
a6d80f557d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .ci/azure-pipelines-package.yml

+ 1 - 0
.ci/azure-pipelines-package.yml

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