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 ad097ac commit f1956b3Copy full SHA for f1956b3
ManagedCode.Database.Tests/TestContainers/CosmosTestContainer.cs
@@ -113,7 +113,7 @@ public async Task InitializeAsync()
113
{
114
HttpClientFactory = () => new HttpClient(httpMessageHandler),
115
ConnectionMode = ConnectionMode.Gateway,
116
- RequestTimeout = TimeSpan.FromMinutes(3)
+ //RequestTimeout = TimeSpan.FromMinutes(3)
117
},
118
});
119
0 commit comments