From 4f76900e5f934f810dca95700f96722453f2d3c8412d81605ac6435b85fa327d Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 9 Oct 2017 00:58:40 +0000 Subject: [PATCH] Accepting request 532451 from home:StefanBruens:branches:devel:languages:python - Add WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5, otherwise tests in several projects fail OBS-URL: https://build.opensuse.org/request/show/532451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=3 --- python-websockets.changes | 6 ++++++ python-websockets.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-websockets.changes b/python-websockets.changes index aabd648..bf5634b 100644 --- a/python-websockets.changes +++ b/python-websockets.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 7 16:20:14 UTC 2017 - stefan.bruens@rwth-aachen.de + +- Add WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5, otherwise tests in several + projects fail + ------------------------------------------------------------------- Thu Sep 7 22:42:52 UTC 2017 - toddrme2178@gmail.com diff --git a/python-websockets.spec b/python-websockets.spec index c4abfef..cb1faba 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -56,6 +56,8 @@ export CFLAGS="%{optflags}" %if %{with test} %check +# Test execution speed depends on BS load and architecture, relax +export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5 %python_exec setup.py test %endif