Skip to content

Commit

Permalink
chore: remove timeout because we cannot have nice things
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jul 31, 2024
1 parent dde5655 commit 37bdcbc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ibis/backends/tests/tpc/ds/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
)
from ibis.backends.tests.tpc.conftest import tpc_test

# so that clickhouse doesn't run forever when we hit one of its weird cross
# join performance black holes
#
# trino can sometimes take a while as well, especially in CI
pytestmark = pytest.mark.timeout(60)


@pytest.mark.notyet(
["clickhouse"],
Expand Down

0 comments on commit 37bdcbc

Please sign in to comment.