Skip to content

Commit 6a1f1c0

Browse files
committed
Update extension.ts
1 parent 94a6852 commit 6a1f1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export async function checkConnection(
467467
};
468468

469469
// Do the check
470-
const serverInfoTimeout = 3000;
470+
const serverInfoTimeout = 5000;
471471
return api
472472
.serverInfo(true, serverInfoTimeout)
473473
.then(gotServerInfo)

0 commit comments

Comments
 (0)