You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the forcemerge function with the requestTimeout parameter set to 1800000 (30 minutes), the request consistently fails after 5 minutes, despite the timeout being explicitly configured for a longer duration.
How can one reproduce the bug?
Use the library to call the forcemerge function.
Set the requestTimeout parameter to 1800000 (30 minutes).
Observe that the request times out after 5 minutes instead of the configured 30 minutes.
What is the expected behavior?
The request should respect the requestTimeout configuration and allow the operation to continue for up to 30 minutes before timing out.
What is your host/environment?
Operating System: macOS Sequoia 15 & Amazon Linux 2 (Amazon Linux 2023), used in AWS CodeBuild environment
Library Version: 2.13.0
Node.js Version: 22
The text was updated successfully, but these errors were encountered:
What is the bug?
When calling the
forcemerge
function with therequestTimeout
parameter set to1800000
(30 minutes), the request consistently fails after5 minutes
, despite the timeout being explicitly configured for a longer duration.How can one reproduce the bug?
What is the expected behavior?
The request should respect the
requestTimeout
configuration and allow the operation to continue for up to 30 minutes before timing out.What is your host/environment?
Operating System:
macOS Sequoia 15
&Amazon Linux 2 (Amazon Linux 2023), used in AWS CodeBuild environment
Library Version: 2.13.0
Node.js Version: 22
The text was updated successfully, but these errors were encountered: