Skip to content

Commit

Permalink
Merge pull request #1349 from microsoft/increase_coverage_timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYoblick authored Aug 10, 2023
2 parents 3bd802e + 6bb8223 commit 894fd5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 20
timeoutInMinutes: 45
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: 20
timeoutInMinutes: 45
pool:
name: Azure Pipelines
demands: java
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/win-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variables:

jobs:
- job: "Coverage"
timeoutInMinutes: 25
timeoutInMinutes: 45
pool:
name: Azure Pipelines
demands: java
Expand Down

0 comments on commit 894fd5e

Please sign in to comment.