Skip to content

Commit 577ab56

Browse files
committed
fix heartbeat timeouts..
1 parent af8084c commit 577ab56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/cli-v3/src/entryPoints/managed-run-controller.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,12 +1108,6 @@ class ManagedRunController {
11081108
async start() {
11091109
logger.debug("[ManagedRunController] Starting up");
11101110

1111-
// TODO: remove this after testing
1112-
setTimeout(() => {
1113-
console.error("[ManagedRunController] Exiting after 5 minutes");
1114-
this.exitProcess(1);
1115-
}, 60 * 5000);
1116-
11171111
// Websocket notifications are only an optimisation so we don't need to wait for a successful connection
11181112
this.createSocket();
11191113

0 commit comments

Comments
 (0)