From bc8ceaf00e947c581574ac2bb53e69e2b76aceba Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Sat, 17 Feb 2024 16:09:51 -0300 Subject: [PATCH] test: increase platform timeout zlib-brotli-16gb --- test/parallel/test-zlib-brotli-16GB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-zlib-brotli-16GB.js b/test/parallel/test-zlib-brotli-16GB.js index ba4f7ef5aef561..6b7cd22abb74ec 100644 --- a/test/parallel/test-zlib-brotli-16GB.js +++ b/test/parallel/test-zlib-brotli-16GB.js @@ -19,4 +19,4 @@ decoder.end(buf); setTimeout(common.mustCall(() => { // There is only one chunk in the buffer strictEqual(decoder._readableState.buffer.length, 1); -}), common.platformTimeout(100)); +}), common.platformTimeout(500));