This commit is contained in:
Jean-Paul Calderone 2019-03-06 12:19:52 -05:00
parent cf2105364f
commit edfd9d3f92

View File

@ -612,8 +612,6 @@ class FileOperationsHelper(object):
propagate. For the mock tests this is easy, since we're sending propagate. For the mock tests this is easy, since we're sending
them sychronously. For the Real tests we have to wait for the them sychronously. For the Real tests we have to wait for the
actual inotify thing. actual inotify thing.
We could write this as a mixin instead; might fit existing style better?
""" """
_timeout = 5.0 _timeout = 5.0