Skip to content

Commit 2090a32

Browse files
Backport to branch(3.11) : [CI] Increase CosmosDB emulator startup timeout to 10min (#2320)
Co-authored-by: Vincent Guilpain <[email protected]>
1 parent 9cfda3b commit 2090a32

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
@@ -282,7 +282,8 @@ jobs:
282282
run: |
283283
Write-Host "Launching Cosmos DB Emulator"
284284
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
285-
Start-CosmosDbEmulator -Consistency Strong
285+
# Set startup timeout to 10min (600s), the default is 4min
286+
Start-CosmosDbEmulator -Consistency Strong -Timeout 600
286287
287288
- name: Install TLS/SSL certificate
288289
run: |

0 commit comments

Comments
 (0)