Skip to content

Commit c1a5570

Browse files
committed
config migration
1 parent d6c5713 commit c1a5570

File tree

1 file changed

+1
-1
lines changed
  • tests/functional/aws-node-sdk/test/support

1 file changed

+1
-1
lines changed

tests/functional/aws-node-sdk/test/support/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const DEFAULT_MEM_OPTIONS = {
3030
maxAttempts: 3,
3131
requestHandler: new NodeHttpHandler({
3232
connectionTimeout: 5000,
33-
socketTimeout: 5000,
33+
requestTimeout: 5000,
3434
httpAgent: new (ssl ? https : http).Agent({
3535
maxSockets: 200,
3636
keepAlive: true,

0 commit comments

Comments
 (0)