Skip to content

Commit fb6c201

Browse files
committed
fix: increase timeout for deepnote kernel instantiation
1 parent d54e69e commit fb6c201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/deepnote/deepnoteServerStarter.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class DeepnoteServerStarter implements IDeepnoteServerStarter {
167167
this.serverInfos.set(fileKey, serverInfo);
168168

169169
try {
170-
const serverReady = await this.waitForServer(serverInfo, 30000, token);
170+
const serverReady = await this.waitForServer(serverInfo, 120000, token);
171171
if (!serverReady) {
172172
await this.stopServerImpl(deepnoteFileUri);
173173
throw new Error('Deepnote server failed to start within timeout period');

0 commit comments

Comments
 (0)