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 576882a commit 8f202baCopy full SHA for 8f202ba
src/Tests/ClientConcepts/Connection/HttpConnectionTests.cs
@@ -98,7 +98,7 @@ private static RequestData CreateRequestData(
98
bool disableAutomaticProxyDetection = false,
99
bool httpCompression = false)
100
{
101
- if (requestTimeout == default(TimeSpan)) requestTimeout = TimeSpan.FromSeconds(1);
+ if (requestTimeout == default(TimeSpan)) requestTimeout = TimeSpan.FromSeconds(10);
102
103
var connectionSettings = new ConnectionSettings(new Uri("http://localhost:9200"))
104
.RequestTimeout(requestTimeout)
0 commit comments