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
This commit is contained in:
Todd R 2017-10-09 00:58:40 +00:00 committed by Git OBS Bridge
parent a6d27bf09d
commit 4f76900e5f
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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