Temporarily increate PYTEST_TIMEOUT to 2400 on functional and scenario

Recently many jobs fail because the pytest timeout expires during the
execution of some tests
Some issues have been identified and will be resolved in tobiko:
- do not download images during the tests, but during the roles
  execution
- do not modify those images (virt-customize) during the tests, but
  during the roles execution

Until those changes are implemented, the pytest timeout value is
increased for the affected tests

Change-Id: I25934af8df942467e5f1419ab9f695d2569a8f75
This commit is contained in:
Eduardo Olivares 2023-01-26 14:57:13 +01:00
parent ef53aa11c1
commit e9274c838e
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ passenv =
*_proxy
setenv =
{[testenv]setenv}
PYTEST_TIMEOUT = 1800
PYTEST_TIMEOUT = 2400
[testenv:venv]