Skip to content

Commit

Permalink
feat: deflake TestDMLevelPartialRetrieval (#10972)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek authored Jun 12, 2023
1 parent 1e29616 commit 1ba0e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/deals_partial_retrieval_dm-level_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestDMLevelPartialRetrieval(t *testing.T) {
kit.QuietMiningLogs()
client, miner, ens := kit.EnsembleMinimal(t, kit.ThroughRPC())
dh := kit.NewDealHarness(t, client, miner, miner)
ens.InterconnectAll().BeginMining(50 * time.Millisecond)
ens.InterconnectAll().BeginMiningMustPost(50 * time.Millisecond)

_, err := client.ClientImport(ctx, api.FileRef{Path: adlFixtureCar, IsCAR: true})
require.NoError(t, err)
Expand Down

0 comments on commit 1ba0e4b

Please sign in to comment.