Skip to content

Commit 65e27bc

Browse files
committed
update timeout
1 parent c2fa551 commit 65e27bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/roslynLanguageServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ export class RoslynLanguageServer {
556556

557557
// Timeout promise used to time out the connection process if it takes too long.
558558
const timeout = new Promise<undefined>((resolve) => {
559-
RAL().timer.setTimeout(resolve, 10000);
559+
RAL().timer.setTimeout(resolve, 30000);
560560
});
561561

562562
// The server process will create the named pipe used for communcation. Wait for it to be created,

0 commit comments

Comments
 (0)