diff --git a/pika-1119-experiment.patch b/1119-increase_timeouts.patch similarity index 100% rename from pika-1119-experiment.patch rename to 1119-increase_timeouts.patch diff --git a/python-pika.changes b/python-pika.changes index c72b6da..1507f4c 100644 --- a/python-pika.changes +++ b/python-pika.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 22 14:27:35 UTC 2018 - Matěj Cepl + +- Add 1119-increase_timeouts.patch to increase timeouts and hopefully + make tests more resilient in OBS. + ------------------------------------------------------------------- Fri Sep 21 12:08:33 CEST 2018 - mcepl@suse.com diff --git a/python-pika.spec b/python-pika.spec index 7001ad0..e0cad6c 100644 --- a/python-pika.spec +++ b/python-pika.spec @@ -26,7 +26,7 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/pika/pika Source: https://github.com/pika/pika/archive/%{version}.tar.gz -Patch: pika-1119-experiment.patch +Patch: 1119-increase_timeouts.patch BuildRequires: %{python_module Twisted} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose}