diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-07-31 21:40:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 21:40:09 +0200 |
| commit | a6d80f557df8587c178c1a65722c1aa968a051e7 (patch) | |
| tree | 80f892787ee7a2c966adcc29ed9ad7ad072e5df3 | |
| parent | 9ec787e95488e28708b9698ce2700e90b0f05912 (diff) | |
Add a much shorter timeout to the CollectArtifacts job
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 1 |
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 |
