From a600a65ef76c3a362038e8cef50ee23c7bfa5e01 Mon Sep 17 00:00:00 2001 From: Bereng Date: Thu, 22 Feb 2024 10:44:43 +0100 Subject: [PATCH] Test Failure: dtest-upgrade.upgrade_tests.upgrade_through_versions_test.* --- pytest.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 6054229aaa..79d18eca18 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,10 +1,9 @@ [pytest] -addopts = --show-capture=stdout +addopts = --show-capture=stdout --timeout=900 python_files = test_*.py *_test.py *_tests.py junit_suite_name = Cassandra dtests log_level = INFO log_format = %(asctime)s,%(msecs)d %(name)s %(levelname)s %(message)s -timeout = 900 markers = since vnodes