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 f16b810 commit f586e5bCopy full SHA for f586e5b
.github/workflows/ci.yaml
@@ -300,7 +300,8 @@ jobs:
300
run: |
301
Write-Host "Launching Cosmos DB Emulator"
302
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
303
- Start-CosmosDbEmulator -Consistency Strong
+ # Set startup timeout to 10min (600s), the default is 4min
304
+ Start-CosmosDbEmulator -Consistency Strong -Timeout 600
305
306
- name: Install TLS/SSL certificate
307
0 commit comments