Skip to content

Commit

Permalink
increase coverage timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYoblick committed Aug 9, 2023
1 parent 3bd802e commit f22e185
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: 30
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: 30
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: 30
pool:
name: Azure Pipelines
demands: java
Expand Down

0 comments on commit f22e185

Please sign in to comment.