mirror of https://github.com/kivy/kivy.git
Increase timeout to avoid failing tests on windows-2022 (#7827)
This commit is contained in:
parent
fad3727491
commit
ca3787ee57
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue