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 1fe5944 commit a402dbdCopy full SHA for a402dbd
src/index.js
@@ -25,7 +25,7 @@ function setupTimeoutCapture(wrapperInstance) {
25
const maxEndTime = 899900; /* Maximum execution: 100ms short of 15 minutes */
26
const configEndTime = Math.max(
27
0,
28
- getRemainingTimeInMillis() - config.timeoutWindow
+ getRemainingTimeInMillis.call(context) - config.timeoutWindow
29
);
30
31
const endTime = Math.min(configEndTime, maxEndTime);
0 commit comments