From 7a201a6483c9639fed0e2720baeab12d7f5959a0b049bcd771469b1459adc93b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 22 Sep 2018 14:28:27 +0000 Subject: [PATCH] Add 1119-increase_timeouts.patch to increase timeouts and hopefully make tests more resilient in OBS. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=21 --- pika-1119-experiment.patch => 1119-increase_timeouts.patch | 0 python-pika.changes | 6 ++++++ python-pika.spec | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) rename pika-1119-experiment.patch => 1119-increase_timeouts.patch (100%) 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}