Skip to content

Commit 2020864

Browse files
tweak LoadTest
1 parent d05a757 commit 2020864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/common/LoadTest.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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 = 5000;
10-
const TEST_TIMEOUT = 60000; // 60 seconds
9+
const CONCURRENT_REQUESTS = 2000;
10+
const TEST_TIMEOUT = 60000 * 10; // 60 seconds
1111

1212
describe("Load Test for ECONNRESET", () => {
1313
jest.setTimeout(TEST_TIMEOUT);

0 commit comments

Comments
 (0)