Skip to content

Commit dcbd44a

Browse files
committed
Ekaterina's timeout option
1 parent 6ef28e0 commit dcbd44a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytest.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[pytest]
2-
addopts = --show-capture=stdout
2+
addopts = --show-capture=stdout --timeout=900
33
python_files = test_*.py *_test.py *_tests.py
44
junit_suite_name = Cassandra dtests
55
log_level = INFO
66
log_format = %(asctime)s,%(msecs)d %(name)s %(levelname)s %(message)s
7-
timeout = 1200
87
markers =
98
since
109
vnodes

0 commit comments

Comments
 (0)