Skip to content

Commit f598aae

Browse files
retry with sdkdev cluster
1 parent a97815e commit f598aae

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
@@ -49,7 +49,7 @@ describe("Load Test for ECONNRESET", () => {
4949
for (let i = 0; i < CONCURRENT_REQUESTS; i++) {
5050
// Start the request but don't wait for it to finish here.
5151
//requestPromises.push(executor.getWorkflow(executionId, false));
52-
requestPromises.push(fetch(`https://siliconmint-dev-5x.orkesconductor.io/`));
52+
requestPromises.push(fetch(`https://sdkdev.orkesconductor.io`));
5353

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

0 commit comments

Comments
 (0)