Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-q for openSUSE:Factory
checked in at 2024-12-05 17:09:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-q (Old)
and /work/SRC/openSUSE:Factory/.python-django-q.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-q"
Thu Dec 5 17:09:17 2024 rev:13 rq:1228390 version:1.3.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-q/python-django-q.changes
2024-07-19 15:29:14.315728929 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-q.new.28523/python-django-q.changes
2024-12-05 17:11:19.656344188 +0100
@@ -1,0 +2,6 @@
+Wed Dec 4 20:11:19 UTC 2024 - Andreas Schwab <[email protected]>
+
+- Increase timeout not to kill the redis server in the middle of the
+ testsuite run
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-q.spec ++++++
--- /var/tmp/diff_new_pack.wqvBqj/_old 2024-12-05 17:11:20.384374675 +0100
+++ /var/tmp/diff_new_pack.wqvBqj/_new 2024-12-05 17:11:20.388374843 +0100
@@ -92,7 +92,7 @@
export PYTHONPATH=${PWD}
-timeout 5m %{_sbindir}/redis-server &
+timeout 20m %{_sbindir}/redis-server &
# Mongo & Disque servers not installed
# test_max_rss assertions fail
%pytest -k 'not (mongo or disque or test_max_rss)'