From 83f581d4c1a12fae91bddbdddf91c643afaf7197 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Mon, 19 Feb 2024 16:17:59 -0300 Subject: [PATCH] test: increase platform timeout zlib-brotli-16gb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/51792 Reviewed-By: Matteo Collina Reviewed-By: Yagiz Nizipli Reviewed-By: Moshe Atlow Reviewed-By: Michaƫl Zasso Reviewed-By: Joyee Cheung --- 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));