speed up tests (#143)

This commit is contained in:
Alessandro Ros
2022-11-01 10:13:07 +01:00
committed by GitHub
parent d9d6227906
commit 035ee70202
2 changed files with 0 additions and 5 deletions

View File

@@ -2677,7 +2677,6 @@ func TestClientReadDifferentSource(t *testing.T) {
require.NoError(t, err)
// server -> client (RTP)
time.Sleep(1 * time.Second)
l1.WriteTo(testRTPPacketMarshaled, &net.UDPAddr{
IP: net.ParseIP("127.0.0.1"),
Port: th.ClientPorts[0],