lib/model: Add minumum interval for progress emitter (fixes #3517)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3518
This commit is contained in:
Audrius Butkevicius
2016-08-16 18:22:01 +00:00
committed by Jakob Borg
parent 18cc7a663b
commit 6ec4fbc82b
2 changed files with 4 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ func TestProgressEmitter(t *testing.T) {
p := NewProgressEmitter(c)
go p.Serve()
p.interval = 0
expectTimeout(w, t)