Skip to content

Commit

Permalink
ci: bump timeout for trino because it is a resource hog
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jul 31, 2024
1 parent 7e72193 commit 42fe263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ibis/backends/tests/tpc/ds/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

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


@pytest.mark.notyet(
Expand Down

0 comments on commit 42fe263

Please sign in to comment.