Skip to content

Commit e9ee0ae

Browse files
Update LoadTest.test.ts
1 parent ef63545 commit e9ee0ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

integration-tests/common/LoadTest.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ describe("Load Test for ECONNRESET", () => {
4848
// Create an array to hold all the request promises.
4949
const undiciAgent = new UndiciAgent({
5050
connections: 500,
51+
//pipelining: 10,
52+
keepAliveTimeout: 270000,
53+
keepAliveMaxTimeout: 270000,
5154
connectTimeout: 270000,
5255
bodyTimeout: 270000,
5356
headersTimeout: 270000,

0 commit comments

Comments
 (0)