We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef28e0 commit dcbd44aCopy full SHA for dcbd44a
pytest.ini
@@ -1,10 +1,9 @@
1
[pytest]
2
-addopts = --show-capture=stdout
+addopts = --show-capture=stdout --timeout=900
3
python_files = test_*.py *_test.py *_tests.py
4
junit_suite_name = Cassandra dtests
5
log_level = INFO
6
log_format = %(asctime)s,%(msecs)d %(name)s %(levelname)s %(message)s
7
-timeout = 1200
8
markers =
9
since
10
vnodes
0 commit comments