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.
2 parents d9e13c4 + 8f202ba commit 8ce0a32Copy full SHA for 8ce0a32
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