From 286c3314ba0a8c564bb3b8451690b998de4b842d Mon Sep 17 00:00:00 2001 From: Rajib Mitra Date: Thu, 10 Jan 2019 18:39:47 +0530 Subject: [PATCH] Update test_ticks.py --- pandas/tests/tseries/offsets/test_ticks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/tseries/offsets/test_ticks.py b/pandas/tests/tseries/offsets/test_ticks.py index dcc7afa797063..27ec7d9d9093a 100644 --- a/pandas/tests/tseries/offsets/test_ticks.py +++ b/pandas/tests/tseries/offsets/test_ticks.py @@ -59,6 +59,7 @@ def test_tick_add_sub(cls, n, m): @pytest.mark.parametrize('cls', tick_classes) +@settings(deadline=None) @example(n=2, m=3) @given(n=st.integers(-999, 999), m=st.integers(-999, 999)) def test_tick_equality(cls, n, m):