Skip to content

Commit

Permalink
Merge pull request mtxr#214 from mtxr/bump-timeout-for-internal-queries
Browse files Browse the repository at this point in the history
Bump timeout to 60 seconds for internal commands
  • Loading branch information
tkopets authored Apr 4, 2019
2 parents ec27f2e + b82b710 commit 147bf1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQLToolsAPI/Connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def cb(result):
callback=cb,
query=queryToRun,
encoding=self.encoding,
timeout=60,
silenceErrors=True,
stream=False)

Expand Down

0 comments on commit 147bf1f

Please sign in to comment.