mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 09:52:20 +08:00
golint util/, thirdparty/
and exchange/bitswap/testutils.go License: MIT Signed-off-by: rht <rhtbot@gmail.com>
This commit is contained in:
@ -61,7 +61,7 @@ func TestDegenerateSlowRouting(t *testing.T) {
|
||||
|
||||
func Test100MBMacbookCoastToCoast(t *testing.T) {
|
||||
SkipUnlessEpic(t)
|
||||
conf := testutil.LatencyConfig{}.Network_NYtoSF().Blockstore_SlowSSD2014().Routing_Slow()
|
||||
conf := testutil.LatencyConfig{}.NetworkNYtoSF().BlockstoreSlowSSD2014().RoutingSlow()
|
||||
if err := DirectAddCat(RandomBytes(100*1024*1024), conf); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user