Skip to content

Commit

Permalink
Increase pipeline timeout for code coverage jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Minaev authored and int19h committed Apr 4, 2023
1 parent 00bc513 commit 2f3e0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines/linux-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variables:

jobs:
- job: "Coverage"
timeoutInMinutes: 15
timeoutInMinutes: 20
pool:
name: Azure Pipelines
demands: java
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/mac-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variables:

jobs:
- job: "Coverage"
timeoutInMinutes: 15
timeoutInMinutes: 20
pool:
name: Azure Pipelines
demands: java
Expand Down

0 comments on commit 2f3e0bb

Please sign in to comment.