Merge pull request #1103 from libp2p/speedup-mock-test

speed up the mock tests
This commit is contained in:
Steven Allen 2021-05-18 10:19:22 -07:00 committed by GitHub
commit a26ef70657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ func TestLimitedStreams(t *testing.T) {
} }
} }
func TestFuzzManyPeers(t *testing.T) { func TestFuzzManyPeers(t *testing.T) {
peerCount := 50000 peerCount := 500
if detectrace.WithRace() { if detectrace.WithRace() {
peerCount = 100 peerCount = 100
} }