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 af8084c commit 577ab56Copy full SHA for 577ab56
packages/cli-v3/src/entryPoints/managed-run-controller.ts
@@ -1108,12 +1108,6 @@ class ManagedRunController {
1108
async start() {
1109
logger.debug("[ManagedRunController] Starting up");
1110
1111
- // TODO: remove this after testing
1112
- setTimeout(() => {
1113
- console.error("[ManagedRunController] Exiting after 5 minutes");
1114
- this.exitProcess(1);
1115
- }, 60 * 5000);
1116
-
1117
// Websocket notifications are only an optimisation so we don't need to wait for a successful connection
1118
this.createSocket();
1119
0 commit comments