Skip to content

Commit

Permalink
Increase materialization job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurkus committed Mar 5, 2024
1 parent 0ae8b14 commit 82a68f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/offline_stores/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def _upload_entity_df(
else:
raise InvalidEntityType(type(entity_df))

block_until_done(client, job)
block_until_done(client, job, timeout=3600)

# Ensure that the table expires after some time
table = client.get_table(table=table_name)
Expand Down

0 comments on commit 82a68f2

Please sign in to comment.