summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1d072f6f..feb328e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,9 +26,14 @@ python =
26 3.10: py310 26 3.10: py310
27 27
28[testenv] 28[testenv]
29deps = pytest 29deps =
30 pytest
31 pytest-timeout
30commands = {envpython} run_tests 32commands = {envpython} run_tests
31setenv = 33setenv =
32 GIT_AUTHOR_NAME = Repo test author 34 GIT_AUTHOR_NAME = Repo test author
33 GIT_COMMITTER_NAME = Repo test committer 35 GIT_COMMITTER_NAME = Repo test committer
34 EMAIL = repo@gerrit.nodomain 36 EMAIL = repo@gerrit.nodomain
37
38[pytest]
39timeout = 300