]> 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>
Thu, 8 Oct 2015 13:54:39 +0000 (14:54 +0100)
commit1377aecbd7a8e7c88521205c6952eb0fc04e5c9d
tree034f94e186f3c640c9eb31e7394a0a9422635968
parent906d3da8193209614c645796a3ccc4f29e2e9499
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