Accepting request 532613 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/532613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockets?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-10-09 17:46:56 +00:00 committed by Git OBS Bridge
commit d903c1c3ea
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