From ca3787ee5790b5ae85b473441bae1de8583f76b6 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Wed, 2 Mar 2022 23:05:46 +0100 Subject: [PATCH] Increase timeout to avoid failing tests on windows-2022 (#7827) --- .ci/windows_ci.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/windows_ci.ps1 b/.ci/windows_ci.ps1 index e7a570313..c55cc6f1c 100644 --- a/.ci/windows_ci.ps1 +++ b/.ci/windows_ci.ps1 @@ -106,7 +106,7 @@ function Install-kivy-sdist { } function Test-kivy { - python -m pytest --timeout=300 --cov=kivy --cov-report term --cov-branch "$(pwd)/kivy/tests" + python -m pytest --timeout=400 --cov=kivy --cov-report term --cov-branch "$(pwd)/kivy/tests" } function Test-kivy-benchmark { @@ -120,7 +120,7 @@ function Test-kivy-installed { cd "$test_path" echo "[run]`nplugins = kivy.tools.coverage`n" > .coveragerc - raise-only-error -Func {python -m pytest --timeout=300 .} + raise-only-error -Func {python -m pytest --timeout=400 .} } function Upload-artifacts-to-pypi {