]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Make downloader delay a class-variable
authormeejah <meejah@meejah.ca>
Thu, 8 Oct 2015 02:32:19 +0000 (20:32 -0600)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 5 Feb 2016 21:59:35 +0000 (21:59 +0000)
commitd020a66398e21adeab1d46c0d521b9f0717212f8
treebd8e2fdb39ff8fe073ab29717e7fd41c1874fac6
parent93015086b073dd0154dbd238080cbd45c1f25d12
Make downloader delay a class-variable

This gives the integration-style CLI-based tests a chance
to set the delay to 0 before the first 3-second delayed
call is queued to _lazy_tail in the Downloader
src/allmydata/frontends/magic_folder.py
src/allmydata/test/test_magic_folder.py