Skip to content

Commit f1956b3

Browse files
author
Oleksii Sokol
committed
test
1 parent ad097ac commit f1956b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManagedCode.Database.Tests/TestContainers/CosmosTestContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public async Task InitializeAsync()
113113
{
114114
HttpClientFactory = () => new HttpClient(httpMessageHandler),
115115
ConnectionMode = ConnectionMode.Gateway,
116-
RequestTimeout = TimeSpan.FromMinutes(3)
116+
//RequestTimeout = TimeSpan.FromMinutes(3)
117117
},
118118
});
119119

0 commit comments

Comments
 (0)