Skip to content

Commit

Permalink
Increase timeout to 30s.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk1e committed Dec 16, 2024
1 parent 72be39d commit 1f906cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdw_ingestion_tools/api/turn_bq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

client: Client = Client(
base_url=BASE_URL, headers=session_headers, timeout=10.0
base_url=BASE_URL, headers=session_headers, timeout=30.0
)


Expand Down

0 comments on commit 1f906cf

Please sign in to comment.