this is getting a bit silly

This commit is contained in:
Yusef Napora 2020-05-18 22:56:24 -04:00 committed by vyzo
parent f0bb2c8ae5
commit cddb5c83a4

View File

@ -130,7 +130,7 @@ func TestTagTracerDeliveryTags(t *testing.T) {
// if we jump forward a few minutes, we should see the tags decrease by 1 / 10 minutes // if we jump forward a few minutes, we should see the tags decrease by 1 / 10 minutes
clk.Add(50 * time.Minute) clk.Add(50 * time.Minute)
time.Sleep(time.Second) time.Sleep(5 * time.Second)
val = getTagValue(cmgr, p, tag1) val = getTagValue(cmgr, p, tag1)
expected = GossipSubConnTagMessageDeliveryCap - 5 expected = GossipSubConnTagMessageDeliveryCap - 5