diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemIntegrationTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemIntegrationTests.cs index 7a89acdeba..5e73fa2d07 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemIntegrationTests.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemIntegrationTests.cs @@ -794,7 +794,7 @@ public async Task ReadItemAsync_WithCircuitBreakerEnabledAndSingleMasterAccountA await this.TryCreateItems(itemsList); //Must Ensure the data is replicated to all regions - await Task.Delay(3000); + await Task.Delay(5000); bool isRegion1Available = true; bool isRegion2Available = true; @@ -1055,7 +1055,7 @@ public async Task ReadItemAsync_WithCircuitBreakerDisabledAndSingleMasterAccount await this.TryCreateItems(itemsList); //Must Ensure the data is replicated to all regions - await Task.Delay(3000); + await Task.Delay(5000); int consecutiveFailureCount = 10; for (int attemptCount = 1; attemptCount <= consecutiveFailureCount; attemptCount++)