Skip to content

Commit 2f3e0bb

Browse files
Pavel Minaevint19h
Pavel Minaev
authored andcommitted
Increase pipeline timeout for code coverage jobs.
1 parent 00bc513 commit 2f3e0bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines/linux-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44

55
jobs:
66
- job: "Coverage"
7-
timeoutInMinutes: 15
7+
timeoutInMinutes: 20
88
pool:
99
name: Azure Pipelines
1010
demands: java

azure-pipelines/mac-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44

55
jobs:
66
- job: "Coverage"
7-
timeoutInMinutes: 15
7+
timeoutInMinutes: 20
88
pool:
99
name: Azure Pipelines
1010
demands: java

0 commit comments

Comments
 (0)