This commit is contained in:
nisdas 2020-09-10 16:27:18 +08:00 committed by vyzo
parent 309d45acef
commit b0d384d2e8
1 changed files with 1 additions and 2 deletions

View File

@ -1570,10 +1570,9 @@ func TestGossipsubPiggybackControl(t *testing.T) {
func TestGossipsubMultipleGraftTopics(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
hosts := getNetHosts(t, ctx, 2)
psubs := getGossipsubs(ctx, hosts)
sparseConnect(t, hosts)
time.Sleep(time.Second * 1)