Skip to content

Commit

Permalink
[CI] Increase CosmosDB emulator startup timeout to 10min (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torch3333 authored Nov 1, 2024
1 parent f16b810 commit f586e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ jobs:
run: |
Write-Host "Launching Cosmos DB Emulator"
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
Start-CosmosDbEmulator -Consistency Strong
# Set startup timeout to 10min (600s), the default is 4min
Start-CosmosDbEmulator -Consistency Strong -Timeout 600
- name: Install TLS/SSL certificate
run: |
Expand Down

0 comments on commit f586e5b

Please sign in to comment.