Skip to content

Commit de12324

Browse files
Mats-SXFlorentinD
andcommitted
Up timeout to 20 seconds
Florentin said 30 I said 10 so there we go Co-authored-by: Florentin Dörre <[email protected]>
1 parent 1457340 commit de12324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/query_runner/gds_arrow_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def send_with_retry() -> dict[str, Any]:
642642
try:
643643
result = client.do_action(
644644
action=flight.Action(action_type, json.dumps(meta_data).encode("utf-8")),
645-
options=flight.FlightCallOptions(timeout=10.0),
645+
options=flight.FlightCallOptions(timeout=20.0),
646646
)
647647

648648
# Consume result fully to sanity check and avoid cancelled streams

0 commit comments

Comments
 (0)