Skip to content

Commit 0f08897

Browse files
[build] increase timeout for signing (#1285)
Signing *appears* to be working, but times out at about 2 hours. We increased this to 120 minutes in 7087b1e. Let's increase the timeout further to 180 minutes to see if that helps.
1 parent db5eda2 commit 0f08897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/stage-sign-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stages:
1010

1111
- template: sign-artifacts/jobs/v4.yml@yaml-templates
1212
parameters:
13-
timeoutInMinutes: 120
13+
timeoutInMinutes: 180
1414
artifactName: output-windows
1515
usePipelineArtifactTasks: true
1616
checkoutType: self

0 commit comments

Comments
 (0)