From e784e2b12691b96b2733f22a237b065f5193e038b84f7f68a068a939faee0c27 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 1 Jan 2021 19:03:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=42 --- python-astropy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-astropy.spec b/python-astropy.spec index e24386f..fe63bc9 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -143,7 +143,7 @@ sed -i "/enable_deprecations_as_exceptions(/,/)/ d" astropy/conftest.py # increase test deadline for slow obs executions (e.g. on s390x) echo " import hypothesis -hypothesis.settings.register_profile('obs', deadline=1000) +hypothesis.settings.register_profile('obs', deadline=2000) " >> astropy/conftest.py %build