Skip to content

Commit 24ce5e1

Browse files
committed
Increase timeout for CodeQL
1 parent 4d5daa3 commit 24ce5e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ado/build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extends:
107107
displayName: Setup
108108
variables: [template: .ado/variables/shared.yml@self]
109109
pool: ${{ parameters.AgentPool.Medium }}
110-
timeoutInMinutes: 15
110+
timeoutInMinutes: 60 # CodeQL requires 3x usual build timeout
111111
steps:
112112
# 1. Detect whether this is a release build or a developer build
113113
- pwsh: |
@@ -224,7 +224,7 @@ extends:
224224
- job: RnwNpmPack
225225
displayName: Create NPM packages
226226
pool: ${{ parameters.AgentPool.Medium }}
227-
timeoutInMinutes: 60
227+
timeoutInMinutes: 120 # CodeQL requires 3x usual build timeout
228228
cancelTimeoutInMinutes: 5
229229
steps:
230230
- template: .ado/templates/checkout-shallow.yml@self

0 commit comments

Comments
 (0)