diff --git a/pytest.ini b/pytest.ini index 0e0eea50..d75ceb27 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ [pytest] python_files = test_*.py addopts = - --timeout 60 + --timeout 120 -v -s --color=yes