Merge pull request #1103 from libp2p/speedup-mock-test
speed up the mock tests
This commit is contained in:
commit
a26ef70657
|
@ -593,7 +593,7 @@ func TestLimitedStreams(t *testing.T) {
|
|||
}
|
||||
}
|
||||
func TestFuzzManyPeers(t *testing.T) {
|
||||
peerCount := 50000
|
||||
peerCount := 500
|
||||
if detectrace.WithRace() {
|
||||
peerCount = 100
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue