From 4ba719282bfe30c51a87dfd2204a4b42bd7a2fdd Mon Sep 17 00:00:00 2001 From: Olga Naidjonoka Date: Tue, 7 May 2024 12:05:16 +0300 Subject: [PATCH] restored original timeout --- dev-tools/mage/pytest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/mage/pytest.go b/dev-tools/mage/pytest.go index e96a00d00547..2506bc205c48 100644 --- a/dev-tools/mage/pytest.go +++ b/dev-tools/mage/pytest.go @@ -144,7 +144,7 @@ func PythonTest(params PythonTestArgs) error { } pytestOptions := []string{ - "--timeout=120", + "--timeout=90", "--durations=20", // Enable -x to stop at the first failing test // "-x",