Skip to content

Commit 6f06d7b

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 e1abc64 commit 6f06d7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)