Skip to content

Commit f586e5b

Browse files
authored
[CI] Increase CosmosDB emulator startup timeout to 10min (#2315)
1 parent f16b810 commit f586e5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ jobs:
300300
run: |
301301
Write-Host "Launching Cosmos DB Emulator"
302302
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
303-
Start-CosmosDbEmulator -Consistency Strong
303+
# Set startup timeout to 10min (600s), the default is 4min
304+
Start-CosmosDbEmulator -Consistency Strong -Timeout 600
304305
305306
- name: Install TLS/SSL certificate
306307
run: |

0 commit comments

Comments
 (0)