This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch nodejs-stream
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/nodejs-stream by this push:
new 8c81d0dcd polish
8c81d0dcd is described below
commit 8c81d0dcddf9eba6ddbe61e406e4f83fb408f164
Author: suyanhanx <[email protected]>
AuthorDate: Sat Nov 25 14:53:54 2023 +0800
polish
Signed-off-by: suyanhanx <[email protected]>
---
bindings/nodejs/tests/suites/async.suite.mjs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/nodejs/tests/suites/async.suite.mjs
b/bindings/nodejs/tests/suites/async.suite.mjs
index e232f4ca4..40738849a 100644
--- a/bindings/nodejs/tests/suites/async.suite.mjs
+++ b/bindings/nodejs/tests/suites/async.suite.mjs
@@ -40,7 +40,7 @@ export function run(op) {
const filename = `random_file_${randomUUID()}`
const writer = await op.writer(filename)
- const data = generateFixedBytes(1024 * 1024)
+ const data = generateFixedBytes(5 * 1024 * 1024)
await writer.write(data)
await writer.write(data)