0 votes
429 views
asked Mar 7, 2019 by kathrin (220 points) | 429 views

1 Answer

0 votes
Best answer
The timeout length can be increased by adding an argument to the queryClient.query() call, e.g.

    result = queryClient.query (sql="....", timeout=600)

would increase the timeout to 600 sec (the max allowed for a synchronous query).
answered Mar 7, 2019 by datalab (19,200 points)
selected Mar 7, 2019 by kathrin

359 questions

372 answers

385 comments

2,427 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.