We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05a757 commit 2020864Copy full SHA for 2020864
1 file changed
integration-tests/common/LoadTest.test.ts
@@ -6,8 +6,8 @@ import { TaskType } from "../../src/common";
6
// --- Configuration for the Load Test ---
7
// The number of requests to send in parallel.
8
// Adjust this number to find the breaking point of your load balancer.
9
-const CONCURRENT_REQUESTS = 5000;
10
-const TEST_TIMEOUT = 60000; // 60 seconds
+const CONCURRENT_REQUESTS = 2000;
+const TEST_TIMEOUT = 60000 * 10; // 60 seconds
11
12
describe("Load Test for ECONNRESET", () => {
13
jest.setTimeout(TEST_TIMEOUT);
0 commit comments