Skip to content

Commit 159a47b

Browse files
committed
Typo
1 parent 4728660 commit 159a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/process/pythonDaemonPool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export class PythonDaemonExecutionServicePool implements IPythonDaemonExecutionS
283283
*/
284284
@traceDecorators.error('Pinging Daemon Failed')
285285
private async testDaemon(connection: MessageConnection){
286-
// If we don't get a reply to the ping in 5 minutes assume it will never work. Bomb out.
286+
// If we don't get a reply to the ping in 5 seconds assume it will never work. Bomb out.
287287
// At this point there should be some information logged in stderr of the daemon process.
288288
const fail = createDeferred<{pong: string}>();
289289
const timer = setTimeout(() => fail.reject(new Error('Timeout waiting for daemon to start')), 5_000);

0 commit comments

Comments
 (0)