suyanhanx commented on code in PR #3484:
URL:
https://github.com/apache/incubator-opendal/pull/3484#discussion_r1382521576
##########
bindings/nodejs/tests/suites/index.mjs:
##########
@@ -36,7 +36,11 @@ export function runner(testName, scheme) {
config.root = generateRandomRoot(config.root)
}
- const operator = scheme ? new Operator(scheme, config) : null
+ let operator = scheme ? new Operator(scheme, config) : null
+
+ let retryLayer = new RetryLayer(true, 4)
Review Comment:
Do you have any suggestions?
Like providing params as a dic like `{jitter:ture, maxTimes: 4}`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]