Skip to content

Commit

Permalink
reduce the number of streams in TestNegLazyStress{Read,Write}
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Dec 17, 2020
1 parent 2f43bd5 commit b5e5775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multistream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func TestProtocolNegotiationLazy(t *testing.T) {
}

func TestNegLazyStressRead(t *testing.T) {
count := 1000
const count = 100

mux := NewMultistreamMuxer()
mux.AddHandler("/a", nil)
Expand Down Expand Up @@ -203,7 +203,7 @@ func TestNegLazyStressRead(t *testing.T) {
}

func TestNegLazyStressWrite(t *testing.T) {
count := 1000
const count = 100

mux := NewMultistreamMuxer()
mux.AddHandler("/a", nil)
Expand Down

0 comments on commit b5e5775

Please sign in to comment.