Added timeout for tasks that run even when canceled
This commit is contained in:
parent
bce8824f31
commit
0728b81d06
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ stages:
|
||||||
- job: download_and_merge_reports
|
- job: download_and_merge_reports
|
||||||
dependsOn: playwright_tests
|
dependsOn: playwright_tests
|
||||||
timeoutInMinutes: 8
|
timeoutInMinutes: 8
|
||||||
|
cancelTimeoutInMinutes: 10
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue