forked from pool/python-vdirsyncer
- Make the deadline for tests even larger, on slow obs bots
it takes 1300: * python-vdirsyncer-shift-deadline.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
fddaebc654
commit
71ef7d3fd8
@@ -19,7 +19,7 @@ Index: vdirsyncer-0.16.7/tests/system/cli/test_sync.py
|
||||
# XXX: https://github.com/pimutils/vdirsyncer/issues/617
|
||||
@pytest.mark.skipif(sys.platform == 'darwin',
|
||||
reason='This test inexplicably fails')
|
||||
+@settings(deadline=1000.0)
|
||||
+@settings(deadline=2000.0)
|
||||
@given(collections=st.sets(
|
||||
st.text(
|
||||
st.characters(
|
||||
|
Reference in New Issue
Block a user