Skip to content

Commit

Permalink
improve test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Dec 4, 2024
1 parent faeda47 commit 195268b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p2p/test/basichost/basic_host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func TestAddrFactorCertHashAppend(t *testing.T) {
}, 5*time.Second, 100*time.Millisecond)
}

func TestWebRTCDirectDialDelay(t *testing.T) {
func TestOnlyWebRTCDirectDialNoDelay(t *testing.T) {
// This tests that only webrtc-direct dials are dialled immediately
// and not delayed by dial ranker.
h1, err := libp2p.New(
Expand Down Expand Up @@ -238,7 +238,7 @@ func TestWebRTCWithQUICManyConnections(t *testing.T) {
require.NoError(t, err)
defer h.Close()

const N = 50
const N = 200
var dialers [N]host.Host
for i := 0; i < N; i++ {
dialers[i], err = libp2p.New(libp2p.NoListenAddrs)
Expand Down

0 comments on commit 195268b

Please sign in to comment.