Skip to content

Commit a7ca859

Browse files
retry with 1000 requests
1 parent 0dce52f commit a7ca859

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
@@ -6,7 +6,7 @@ import { TaskType } from "../../src/common";
66
// --- Configuration for the Load Test ---
77
// The number of requests to send in parallel.
88
// Adjust this number to find the breaking point of your load balancer.
9-
const CONCURRENT_REQUESTS = 100;
9+
const CONCURRENT_REQUESTS = 1000;
1010
const TEST_TIMEOUT = 180000 * 10; // 180 seconds
1111

1212
describe("Load Test for ECONNRESET", () => {

0 commit comments

Comments
 (0)