Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 7d176c8

Browse files
Merge pull request #898 from kozlov-alexey/feature/increase_azure_job_tmo
Increasing CI timeouts
2 parents 39dc864 + 5a5bc26 commit 7d176c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildscripts/azure/template-linux-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66

77
jobs:
88
- job: ${{ parameters.name }}
9-
timeoutInMinutes: 120
9+
timeoutInMinutes: 180
1010
pool:
1111
vmImage: ${{ parameters.vmImage }}
1212
strategy:

buildscripts/azure/template-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66

77
jobs:
88
- job: ${{ parameters.name }}
9-
timeoutInMinutes: 120
9+
timeoutInMinutes: 180
1010
pool:
1111
vmImage: ${{ parameters.vmImage }}
1212
strategy:

0 commit comments

Comments
 (0)