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

Commit 147bf1f

Browse files
authored
Merge pull request #214 from mtxr/bump-timeout-for-internal-queries
Bump timeout to 60 seconds for internal commands
2 parents ec27f2e + b82b710 commit 147bf1f

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)