Skip to content

Commit ef63545

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

integration-tests/common/LoadTest.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ describe("Load Test for ECONNRESET", () => {
4747

4848
// Create an array to hold all the request promises.
4949
const undiciAgent = new UndiciAgent({
50+
connections: 500,
5051
connectTimeout: 270000,
5152
bodyTimeout: 270000,
5253
headersTimeout: 270000,
@@ -67,6 +68,11 @@ describe("Load Test for ECONNRESET", () => {
6768
dispatcher: undiciAgent,
6869
})
6970
);
71+
// requestPromises.push(
72+
// undiciFetch(`https://siliconmint-dev-5x.orkesconductor.io/`, {
73+
// dispatcher: undiciAgent,
74+
// })
75+
// );
7076

7177
// if (i < CONCURRENT_REQUESTS - 1) {
7278
// // Wait 100ms before starting the next request.

0 commit comments

Comments
 (0)