aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2020-07-31 21:40:09 +0200
committerGitHub <noreply@github.com>2020-07-31 21:40:09 +0200
commita6d80f557df8587c178c1a65722c1aa968a051e7 (patch)
tree80f892787ee7a2c966adcc29ed9ad7ad072e5df3
parent9ec787e95488e28708b9698ce2700e90b0f05912 (diff)
Add a much shorter timeout to the CollectArtifacts job
-rw-r--r--.ci/azure-pipelines-package.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml
index 1677f71c7..10ce8508d 100644
--- a/.ci/azure-pipelines-package.yml
+++ b/.ci/azure-pipelines-package.yml
@@ -116,6 +116,7 @@ jobs:
$(JellyfinVersion)-$(BuildConfiguration)
- job: CollectArtifacts
+ timeoutInMinutes: 10
displayName: 'Collect Artifacts'
dependsOn:
- BuildPackage