14
0

- Increase WEBSOCKETS_TESTS_TIMEOUT_FACTOR to 10 to make

test_keepalive_ping_with_no_ping_timeout pass again.
- Remove skip-test_keepalive_ping_with_no_ping_timeout.patch, of course.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=29
This commit is contained in:
2021-08-11 09:19:36 +00:00
committed by Git OBS Bridge
parent 99b8f93569
commit 2bb628a6c4
3 changed files with 8 additions and 25 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 11 09:17:13 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Increase WEBSOCKETS_TESTS_TIMEOUT_FACTOR to 10 to make
test_keepalive_ping_with_no_ping_timeout pass again.
- Remove skip-test_keepalive_ping_with_no_ping_timeout.patch, of course.
-------------------------------------------------------------------
Tue Aug 10 07:18:14 UTC 2021 - Matej Cepl <mcepl@suse.com>