Give the tests a little more time. Windows may need it.

This commit is contained in:
Jean-Paul Calderone 2019-03-11 14:06:49 -04:00
parent 64826aee37
commit 9ed019f8de

View File

@ -613,7 +613,7 @@ class FileOperationsHelper(object):
them sychronously. For the Real tests we have to wait for the
actual inotify thing.
"""
_timeout = 5.0
_timeout = 30.0
def __init__(self, uploader, inject_events=False):
self._uploader = uploader