Skip to content

Commit

Permalink
fix: remove timeout on http (missing block) vs bitswap (complete)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 8, 2023
1 parent e3b71d1 commit 13f67d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/internal/itest/http_fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ func TestHttpFetch(t *testing.T) {
name: "same content, http missing block, bitswap completes",
bitswapRemotes: 1,
httpRemotes: 1,
lassieOpts: func(t *testing.T, mrn *mocknet.MockRetrievalNet) []lassie.LassieOption {
return []lassie.LassieOption{lassie.WithProviderTimeout(500 * time.Millisecond)}
},
generate: func(t *testing.T, rndReader io.Reader, remotes []testpeer.TestPeer) []unixfs.DirEntry {
file := unixfs.GenerateFile(t, remotes[0].LinkSystem, rndReader, 4<<20)
for _, c := range file.SelfCids {
Expand Down

0 comments on commit 13f67d4

Please sign in to comment.