Skip to content

Commit

Permalink
speed up the mock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed May 18, 2021
1 parent 4239830 commit a2b8ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/net/mock/mock_test.go
Expand Up @@ -593,7 +593,7 @@ func TestLimitedStreams(t *testing.T) {
}
}
func TestFuzzManyPeers(t *testing.T) {
peerCount := 50000
peerCount := 500
if detectrace.WithRace() {
peerCount = 100
}
Expand Down

0 comments on commit a2b8ed1

Please sign in to comment.