Skip to content

Commit

Permalink
fix(api): timeout (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Dec 17, 2024
1 parent 59a612a commit d822d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def _query(
try:
self.logger.info(f"Querying logs with filter: {filter}")
entries_iterator = self.client.list_log_entries(
filter_=filter,
filter=filter,
page_size=page_size,
timeout=timeout,
)
Expand Down

0 comments on commit d822d7d

Please sign in to comment.