Skip to content

Commit

Permalink
quic: increase timeout in hole punching test (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored May 24, 2022
1 parent bfb5722 commit 4facd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/transport/quic/conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ func TestHolePunching(t *testing.T) {
default:
return false
}
}, 100*time.Millisecond, 10*time.Millisecond)
}, time.Second, 10*time.Millisecond)
defer conn2.Close()
require.Equal(t, conn2.RemotePeer(), serverID)
ln1.Close()
Expand Down

0 comments on commit 4facd7f

Please sign in to comment.