Skip to content

Commit 635cb47

Browse files
Copilotvslee
andcommitted
Fix Azure Pipeline timeout from 2 to 10 minutes
Co-authored-by: vslee <[email protected]>
1 parent 1c5dddb commit 635cb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variables:
4040
jobs:
4141
- job: build_ci
4242
displayName: CI Build
43-
timeoutInMinutes: 2
43+
timeoutInMinutes: 10
4444
continueOnError: false
4545
pool:
4646
vmImage: ubuntu-latest

0 commit comments

Comments
 (0)