From 9ed019f8de801ddfaad5d6f021f848c595a5b514 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 11 Mar 2019 14:06:49 -0400 Subject: [PATCH] Give the tests a little more time. Windows may need it. --- src/allmydata/test/test_magic_folder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_magic_folder.py b/src/allmydata/test/test_magic_folder.py index b49b71a7f..fa0118a96 100644 --- a/src/allmydata/test/test_magic_folder.py +++ b/src/allmydata/test/test_magic_folder.py @@ -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