Skip to content

Commit b461592

Browse files
committed
Update CosmosItemIntegrationTests.cs
1 parent 3a9decb commit b461592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void TestCleanup()
7777

7878
[TestMethod]
7979
[TestCategory("MultiRegion")]
80-
//[Timeout(70000)]
80+
[Timeout(70000)]
8181
public async Task ReadMany2UnreachablePartitionsTest()
8282
{
8383
List<FeedRange> feedRanges = (List<FeedRange>)await this.container.GetFeedRangesAsync();

0 commit comments

Comments
 (0)