Skip to content

Commit

Permalink
Merge pull request #1103 from libp2p/speedup-mock-test
Browse files Browse the repository at this point in the history
speed up the mock tests
  • Loading branch information
Stebalien committed May 18, 2021
2 parents dccb2af + a2b8ed1 commit a26ef70
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 a26ef70

Please sign in to comment.