]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Set REMOTE_SCAN_INTERVAL to 0.5 for test_magic_folder.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 3 Nov 2015 15:32:29 +0000 (15:32 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 3 Nov 2015 15:32:29 +0000 (15:32 +0000)
(Not sure whether this is a good idea or not.)

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_magic_folder.py

index 3a5cb78de26b5da70d7916245edaaf3733fcb254..0115727966abe040f19c9ef1f87a0b973b197fba 100644 (file)
@@ -33,7 +33,7 @@ class MagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, ReallyEqual
         temp = self.mktemp()
         self.basedir = abspath_expanduser_unicode(temp.decode(get_filesystem_encoding()))
         self.magicfolder = None
-        self.patch(Downloader, 'REMOTE_SCAN_INTERVAL', 0)
+        self.patch(Downloader, 'REMOTE_SCAN_INTERVAL', 0.5)
 
     def _get_count(self, name, client=None):
         counters = (client or self.get_client()).stats_provider.get_stats()["counters"]