From dd36dd353c60860f4ae771eea44012f030c6d70d Mon Sep 17 00:00:00 2001 From: Elliot Boschwitz Date: Thu, 23 Apr 2020 09:43:29 -0700 Subject: [PATCH] Increased timeout for test --- tests/test_noninteractive_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_noninteractive_mode.py b/tests/test_noninteractive_mode.py index 86f16955..170b6c04 100644 --- a/tests/test_noninteractive_mode.py +++ b/tests/test_noninteractive_mode.py @@ -82,7 +82,7 @@ def test_long_query(tmp_filepath): finally: shutdown(mssqlcli) - @pytest.mark.timeout(300) + @pytest.mark.timeout(600) def test_multiple_merge(self): """ Tests query with multiple merges. Requires creation of temp db.