From d630cb4cbc794eb8915fbbb32da94beb52fc70f0 Mon Sep 17 00:00:00 2001 From: Olga Naidjonoka Date: Wed, 1 May 2024 17:37:12 +0300 Subject: [PATCH] set larger timeout for pytestOpts --- 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 2506bc205c48..e96a00d00547 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=90", + "--timeout=120", "--durations=20", // Enable -x to stop at the first failing test // "-x",