]> 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>
Mon, 28 Dec 2015 16:18:52 +0000 (16:18 +0000)
commit2681eaf67be139cf1d1897e4ddf4ea52ebd69839
tree8804a0fa96693f66f9ba44dd5853917787683bee
parentfb50f3e6358c038d8c1189ca1ea070e5f24f8e72
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