Skip to content

Commit

Permalink
✅ Increase request agent test timeout for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Feb 14, 2024
1 parent 4d6921e commit cc37212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/request_agents.js
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,8 @@ describe('HttpAgent', function() {
});

// ECONNRESET tests
describe('ECONNRESET handling', () => {
describe('ECONNRESET handling', function () {
this.timeout(45000);

let port;
let server;
Expand Down

0 comments on commit cc37212

Please sign in to comment.