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 3a9decb commit b461592Copy full SHA for b461592
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemIntegrationTests.cs
@@ -77,7 +77,7 @@ public void TestCleanup()
77
78
[TestMethod]
79
[TestCategory("MultiRegion")]
80
- //[Timeout(70000)]
+ [Timeout(70000)]
81
public async Task ReadMany2UnreachablePartitionsTest()
82
{
83
List<FeedRange> feedRanges = (List<FeedRange>)await this.container.GetFeedRangesAsync();
0 commit comments