File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 API_ENDPOINT : " api.dev.firebolt.io"
4646 ACCOUNT_NAME : " firebolt"
4747 run : |
48- pytest -n 6 -o log_cli=true -o log_cli_level=INFO tests/integration
48+ pytest -n 6 --timeout_method "signal" - o log_cli=true -o log_cli_level=INFO tests/integration
4949
Original file line number Diff line number Diff line change 5454 ACCOUNT_NAME : " firebolt"
5555 API_ENDPOINT : " api.dev.firebolt.io"
5656 run : |
57- pytest -o log_cli=true -o log_cli_level=INFO tests/integration
57+ pytest --timeout_method "thread" - o log_cli=true -o log_cli_level=INFO tests/integration
5858
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ async def test_select(
6666
6767
6868@mark .asyncio
69- @mark .timeout (timeout = 400 , method = "signal" )
69+ @mark .timeout (timeout = 400 )
7070async def test_long_query (
7171 connection : Connection ,
7272) -> None :
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def test_select(
6262 )
6363
6464
65- @mark .timeout (timeout = 400 , method = "signal" )
65+ @mark .timeout (timeout = 400 )
6666def test_long_query (
6767 connection : Connection ,
6868) -> None :
You can’t perform that action at this time.
0 commit comments