From 64f2ec4b2a02b24354db5c812ea259302a930d19 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 11 Dec 2024 21:29:27 -0500 Subject: [PATCH] update the pytest timeout; tests are taking slightly more than 600s to complete --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0738ff24c..8d3c47b26 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ passenv = DD_ENV DD_SERVICE commands = - {envpython} -m pytest {posargs} --timeout 600 -vv tests/functional -k "TestPython" --profile service_account + {envpython} -m pytest {posargs} --timeout 900 -vv tests/functional -k "TestPython" --profile service_account deps = -rdev-requirements.txt -e.