]> 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, 25 Jan 2016 15:44:20 +0000 (15:44 +0000)
commit5183e1dd7b021c2b027c787bbbd15cd2a3434f38
treee959a809537c0270c4270095d7ef03912251c13d
parentf4b1369ccd6ef67a169ef1e7adfc651bdd8589da
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