Skip to content

Commit 85de3b7

Browse files
retry with abortcontroller
1 parent d1f0685 commit 85de3b7

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
@@ -63,7 +63,7 @@ describe("Load Test for ECONNRESET", () => {
6363
//requestPromises.push(executor.getWorkflow(executionId, false));
6464
//requestPromises.push(fetch(`https://siliconmint-dev-5x.orkesconductor.io/`));
6565
requestPromises.push(
66-
fetch(`https://google.com/`, { signal: controller.signal }) //, {
66+
fetch(`https://google.com/`, { signal: AbortSignal.timeout(1000000) }) //, {
6767
// dispatcher: undiciAgent,
6868
// })
6969
);

0 commit comments

Comments
 (0)