From a6cf51f9867a108159713aede144b6bfed732d7fb5864052c966a6e5ea252fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 25 Sep 2020 10:25:59 +0000 Subject: [PATCH] Accepting request 837195 from home:frispete:python - raise test timeout limit to 5m and define an console encoding OBS-URL: https://build.opensuse.org/request/show/837195 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=86 --- python-pyzmq.changes | 5 +++++ python-pyzmq.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pyzmq.changes b/python-pyzmq.changes index f81d2fe..4c53d91 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 24 15:46:33 UTC 2020 - Hans-Peter Jansen + +- raise test timeout limit to 5m and define an console encoding + ------------------------------------------------------------------- Mon Sep 7 11:31:06 UTC 2020 - Bernhard Wiedemann diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 33c8724..334496f 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -98,8 +98,9 @@ export CFLAGS="%{optflags}" %if %{with tests} %check +export LANG=en_US.UTF-8 %python_exec setup.py build_ext --inplace -timeout 3m bash -c ' +timeout 5m bash -c ' %pytest ' %endif