Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed May 9, 2024
1 parent 0603f78 commit 2f3fa90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions p2p/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,7 @@ func TestSeedStringParsing(t *testing.T) {
client, err := p2p.NewClient(config.P2PConfig{
GossipCacheSize: 50,
BoostrapTime: 30 * time.Second,
<<<<<<< HEAD
}, privKey, "TestNetwork", pubsubServer, logger)
=======
}, privKey, "TestNetwork", 200*time.Millisecond, logger)
>>>>>>> 6f91baf (update new client)
require.NoError(err)
require.NotNil(client)
actual := client.GetSeedAddrInfo(c.input)
Expand Down

0 comments on commit 2f3fa90

Please sign in to comment.