Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
TEMP: DELETE
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavila committed May 20, 2019
1 parent 0bae16c commit ea56b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitswap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestGetBlockFromPeerAfterPeerAnnounces(t *testing.T) {
}

func TestDoesNotProvideWhenConfiguredNotTo(t *testing.T) {
bssession.SetProviderSearchDelay(10 * time.Millisecond)
bssession.SetProviderSearchDelay(50 * time.Millisecond)
net := tn.VirtualNetwork(mockrouting.NewServer(), delay.Fixed(kNetworkDelay))
block := blocks.NewBlock([]byte("block"))
ig := testinstance.NewTestInstanceGenerator(net, bitswap.ProvideEnabled(false))
Expand Down Expand Up @@ -176,7 +176,7 @@ func TestLargeSwarm(t *testing.T) {
if detectrace.WithRace() {
// when running with the race detector, 500 instances launches
// well over 8k goroutines. This hits a race detector limit.
numInstances = 50
numInstances = 37
} else if travis.IsRunning() {
numInstances = 200
} else {
Expand Down

0 comments on commit ea56b5d

Please sign in to comment.