From d796ff53359d1ef634c2ced63e01a6d65e00aba3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 25 Sep 2018 13:38:15 -0700 Subject: [PATCH] test: improve test-gc-http-client-timeout test-gc-http-client-timeout is resource-intensive. It times out a lot on CI. Move to sequential. Fixes: https://github.com/nodejs/node/issues/23066 --- test/{parallel => sequential}/test-gc-http-client-timeout.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-gc-http-client-timeout.js (100%) diff --git a/test/parallel/test-gc-http-client-timeout.js b/test/sequential/test-gc-http-client-timeout.js similarity index 100% rename from test/parallel/test-gc-http-client-timeout.js rename to test/sequential/test-gc-http-client-timeout.js