We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfda3b commit 2090a32Copy full SHA for 2090a32
.github/workflows/ci.yaml
@@ -282,7 +282,8 @@ jobs:
282
run: |
283
Write-Host "Launching Cosmos DB Emulator"
284
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
285
- Start-CosmosDbEmulator -Consistency Strong
+ # Set startup timeout to 10min (600s), the default is 4min
286
+ Start-CosmosDbEmulator -Consistency Strong -Timeout 600
287
288
- name: Install TLS/SSL certificate
289
0 commit comments