]> 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)
committermeejah <meejah@meejah.ca>
Tue, 19 Jan 2016 22:48:37 +0000 (15:48 -0700)
commitc2464bb210c7b641855f1cf7b684838a6619b5d8
tree987bfc4e00361fe5e34b925b93ab9731c08057f7
parent1e6492619d878a65aedb84346bbd3952a82fdf8c
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