From 42fe263e6a245d02faf8db65f77a1b16f6979c74 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:51:47 -0400 Subject: [PATCH] ci: bump timeout for trino because it is a resource hog --- ibis/backends/tests/tpc/ds/test_queries.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ibis/backends/tests/tpc/ds/test_queries.py b/ibis/backends/tests/tpc/ds/test_queries.py index a807b9652315c..dfc65ae0fef80 100644 --- a/ibis/backends/tests/tpc/ds/test_queries.py +++ b/ibis/backends/tests/tpc/ds/test_queries.py @@ -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(