Skip to content

Commit

Permalink
update the pytest timeout; tests are taking slightly more than 600s t…
Browse files Browse the repository at this point in the history
…o complete
  • Loading branch information
mikealfare committed Dec 12, 2024
1 parent 849e284 commit 64f2ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 64f2ec4

Please sign in to comment.