add delay in TestTagTracerDeliveryTags

This commit is contained in:
Yusef Napora 2020-05-18 19:46:40 -04:00 committed by vyzo
parent a3c7ae761f
commit 8bb5ed7e20

View File

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