From 704bf2415f4c2c71b37544a3b63b1bb92cfd9a7f Mon Sep 17 00:00:00 2001 From: Rashit Azizbaev Date: Wed, 27 Sep 2023 19:41:02 +0300 Subject: [PATCH] Lower pytest timeout to 2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 34c14369..c5f572f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,7 @@ DJANGO_SETTINGS_MODULE = server.settings # You should adjust this value to be as low as possible. # Configuration: # https://pypi.org/project/pytest-timeout/ -timeout = 5 +timeout = 2 # Strict `@xfail` by default: xfail_strict = true