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

Commit 5a5bc26

Browse files
committed
Increasing CI timeouts
Motivation: on Windows Azure jobs are cancelled since they cannot pass in 2h time. As a temp solution increase timeouts until parallel test execution is added.
1 parent 39dc864 commit 5a5bc26

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)