Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit b82b710

Browse files
author
Taras Kopets
committed
Bump timeout to 60 seconds for internal commands
1 parent d1345e0 commit b82b710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SQLToolsAPI/Connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def cb(result):
101101
callback=cb,
102102
query=queryToRun,
103103
encoding=self.encoding,
104+
timeout=60,
104105
silenceErrors=True,
105106
stream=False)
106107

0 commit comments

Comments
 (0)