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 d6c5713 commit c1a5570Copy full SHA for c1a5570
tests/functional/aws-node-sdk/test/support/config.js
@@ -30,7 +30,7 @@ const DEFAULT_MEM_OPTIONS = {
30
maxAttempts: 3,
31
requestHandler: new NodeHttpHandler({
32
connectionTimeout: 5000,
33
- socketTimeout: 5000,
+ requestTimeout: 5000,
34
httpAgent: new (ssl ? https : http).Agent({
35
maxSockets: 200,
36
keepAlive: true,
0 commit comments