Edge Insertion Client Timeout

Hi,
I was using PyTigerGraph API to upsert vertices and edges, and during insertion encountered
408 Client Error: Timeout for url: xxxxx:xxx/graph/<graph_name>

I wonder which parameter should I change to increase the client timeout. I thought it was GSQL_CLIENT_IDLE_TIMEOUT_SEC, but by default it should be no timeout.

Thanks