Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BodoSQL/bodosql/tests/test_types/test_snowflake_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ def test_filter_pushdown_row_count_caching(

# Empirically, it takes a moment for the query history to update,
# so we sleep for a few seconds to ensure that the query history is updated
time.sleep(2)
time.sleep(4)

# This query will get the list of all queries that match the specified pattern
# in the past minute
Expand Down