Skip to content

Commit 165f583

Browse files
committed
config migration
Issue: CLDSRV-724
1 parent 246f2e8 commit 165f583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/functional/aws-node-sdk/test/support

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)