From 22adebfc9a6f466cde00243674156b7e92130346 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 19 Aug 2018 16:53:45 -0700 Subject: [PATCH] test: move http timeout test to parallel test-http-client-timeout-option-with-agent no longer checks that the timeout happens within a certain tolerance so it can be moved to the parallel test suite. PR-URL: https://github.com/nodejs/node/pull/22403 Reviewed-By: Ruben Bridgewater Reviewed-By: Refael Ackermann Reviewed-By: Joyee Cheung Reviewed-By: Luigi Pinca --- .../test-http-client-timeout-option-with-agent.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{sequential => parallel}/test-http-client-timeout-option-with-agent.js (100%) diff --git a/test/sequential/test-http-client-timeout-option-with-agent.js b/test/parallel/test-http-client-timeout-option-with-agent.js similarity index 100% rename from test/sequential/test-http-client-timeout-option-with-agent.js rename to test/parallel/test-http-client-timeout-option-with-agent.js