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