Skip to content

Override connect timeout #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add upstream issue link
  • Loading branch information
code-asher committed Jan 30, 2024
commit 7b8e0c700da08230871cdcc5175f07c29d3ee1ae
1 change: 1 addition & 0 deletions src/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export class Remote {
// VS Code ignores the connect timeout in the SSH config and uses a default
// of 15 seconds, which can be too short in the case where we wait for
// startup scripts. For now we hardcode a longer value.
// If microsoft/vscode-remote-release#8519 is resolved we can remove this.
const connectTimeout = 1800

let settingsContent = "{}"
Expand Down