Skip to content

Commit

Permalink
quic: increase timeout in hole punching test
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed May 19, 2022
1 parent 39fd9a0 commit 1033005
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 1033005

Please sign in to comment.