Skip to content

Commit

Permalink
Bump timeout to 60 seconds for internal commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Kopets committed Mar 21, 2019
1 parent d1345e0 commit b82b710
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 b82b710

Please sign in to comment.