From cc37212bc6dd8760dd37d718488c577f1afdf940 Mon Sep 17 00:00:00 2001 From: Jelle De Loecker Date: Wed, 14 Feb 2024 16:47:21 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Increase=20request=20agent=20test?= =?UTF-8?q?=20timeout=20for=20github=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/request_agents.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/request_agents.js b/test/request_agents.js index c943d4e..ff8d3a6 100644 --- a/test/request_agents.js +++ b/test/request_agents.js @@ -1797,7 +1797,8 @@ describe('HttpAgent', function() { }); // ECONNRESET tests - describe('ECONNRESET handling', () => { + describe('ECONNRESET handling', function () { + this.timeout(45000); let port; let server;