Skip to content

Commit 9e8f100

Browse files
authored
Increase build timeout for code coverage CI. (#2647)
* Increase build timeout for code coverage CI. * PR feedback.
1 parent ed7f706 commit 9e8f100

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/ci/phase-template.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ phases:
1414
_arch: ${{ parameters.architecture }}
1515
_codeCoverage: ${{ parameters.codeCoverage }}
1616
queue:
17-
timeoutInMinutes: 45
17+
${{ if eq(variables._codeCoverage, 'false') }}:
18+
timeoutInMinutes: 30
19+
${{ if eq(variables._codeCoverage, 'true') }}:
20+
timeoutInMinutes: 60
1821
parallel: 99
1922
matrix:
2023
${{ if eq(parameters.customMatrixes, '') }}:

0 commit comments

Comments
 (0)