fix(ci): increase PYTEST_TIMEOUT to 400 seconds

With 300, it was sometimes timing out in CI.

[no changelog]
pull/2876/head
grdddj 1 year ago committed by Jiří Musil
parent 31ef923e15
commit 219ecc8b49

@ -15,7 +15,7 @@ variables:
MAKEFLAGS: "-j10"
# Apply timeout to pytest-based tests
PYTEST_TIMEOUT: "300"
PYTEST_TIMEOUT: "400"
# No need for TLS because everything runs on the same machine
DOCKER_TLS_CERTDIR: ""

Loading…
Cancel
Save