From d30c3cfe2f314695313117c8727005413c0d08f0 Mon Sep 17 00:00:00 2001 From: Ouyang Yadong Date: Thu, 2 Aug 2018 15:40:54 +0800 Subject: [PATCH] test: move test-http-client-timeout-option-with-agent to sequential The timeout event cannot be precisely timed and the actual timeout may be longer in some situations. Here we move this test into the sequential folder to make it happens less likely. Fixes: #22041 --- .../test-http-client-timeout-option-with-agent.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => sequential}/test-http-client-timeout-option-with-agent.js (100%) diff --git a/test/parallel/test-http-client-timeout-option-with-agent.js b/test/sequential/test-http-client-timeout-option-with-agent.js similarity index 100% rename from test/parallel/test-http-client-timeout-option-with-agent.js rename to test/sequential/test-http-client-timeout-option-with-agent.js