diff --git a/jupyterlab/staging/package.json b/jupyterlab/staging/package.json index 49ab383c08d6..25abf7735f5e 100644 --- a/jupyterlab/staging/package.json +++ b/jupyterlab/staging/package.json @@ -89,7 +89,7 @@ "@jupyterlab/rendermime": "~4.0.10", "@jupyterlab/rendermime-extension": "~4.0.10", "@jupyterlab/rendermime-interfaces": "~3.8.10", - "@jupyterlab/running": "../../packages/services", + "@jupyterlab/running": "../../packages/running", "@jupyterlab/running-extension": "~4.0.10", "@jupyterlab/services": "../../packages/services", "@jupyterlab/settingeditor": "~4.0.10", diff --git a/packages/services/src/session/restapi.ts b/packages/services/src/session/restapi.ts index f345241ac8fc..3fecb96ac1fe 100644 --- a/packages/services/src/session/restapi.ts +++ b/packages/services/src/session/restapi.ts @@ -128,7 +128,7 @@ export async function startSession( body: JSON.stringify(bodyjson) }; await sleep(2000); - console.log("Waiting for kernel in session " + data.id + " for " + count + " seconds"); + console.log("Waiting for kernel in session " + data.id + " for " + 2*count + " seconds"); } } if (count >= 300) {