From 219ecc8b49a95d1453d22ad1dd22fcbd6a197d1a Mon Sep 17 00:00:00 2001 From: grdddj Date: Thu, 23 Mar 2023 16:47:58 +0100 Subject: [PATCH] fix(ci): increase PYTEST_TIMEOUT to 400 seconds With 300, it was sometimes timing out in CI. [no changelog] --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2f905035..61d4dc864 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: ""