Skip to content

Commit 4a03765

Browse files
Update LoadTest.test.ts
1 parent 0257568 commit 4a03765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/common/LoadTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("Load Test for ECONNRESET", () => {
4747

4848
// Create an array to hold all the request promises.
4949
const undiciAgent = new UndiciAgent({
50-
//allowH2: true,
50+
allowH2: true,
5151
connections: 1,
5252
//pipelining: 10,
5353
// keepAliveTimeout: 270000,

0 commit comments

Comments
 (0)