Skip to content

Commit 69dfe99

Browse files
author
Elliot Boschwitz
authored
Increased timeout for test (#462)
1 parent d511eb8 commit 69dfe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_noninteractive_mode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_long_query(tmp_filepath):
8282
finally:
8383
shutdown(mssqlcli)
8484

85-
@pytest.mark.timeout(300)
85+
@pytest.mark.timeout(600)
8686
def test_multiple_merge(self):
8787
"""
8888
Tests query with multiple merges. Requires creation of temp db.

0 commit comments

Comments
 (0)