From 8775afc25eeadd997a57e1e966ac7427e5ab4b67 Mon Sep 17 00:00:00 2001 From: tavplubix Date: Wed, 22 Dec 2021 14:53:40 +0300 Subject: [PATCH] Update pytest.ini --- tests/integration/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/pytest.ini b/tests/integration/pytest.ini index 2238b173227..2a57ea5a229 100644 --- a/tests/integration/pytest.ini +++ b/tests/integration/pytest.ini @@ -1,7 +1,7 @@ [pytest] python_files = test*.py norecursedirs = _instances* -timeout = 1800 +timeout = 900 junit_duration_report = call junit_suite_name = integration log_level = DEBUG