From d67590a6c5ce496e16490a0c3d2b96ec945bf2e7 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:03:15 -0500 Subject: [PATCH] update the pytest timeout; tests are taking slightly more than 600s to complete (#1433) --- 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.