speed up these failures

This commit is contained in:
Jean-Paul Calderone 2019-02-27 12:48:33 -05:00
parent 331b96250d
commit 1883cee37f

View File

@ -2204,6 +2204,7 @@ class RealTest(SingleMagicFolderTestMixin, AsyncTestCase):
class RealTestAliceBob(MagicFolderAliceBobTestMixin, AsyncTestCase):
"""This is skipped unless both Twisted and the platform support inotify."""
inject_inotify = False
timeout = 15
def setUp(self):
d = super(RealTestAliceBob, self).setUp()