@cryptotaxi247 / kubo / commits / c2664288b

fix(integrationtest) let amount of information match test name

Brian Tiger Chow committed Feb 1, 2015 at 00:28 UTC c2664288be74c9ad82fa232047bd44c7f490f9c1
1 file changed +1 -1
test/integration/three_legged_cat_test.go
+1 -1
@@ -55,7 +55,7 @@ func TestThreeLeggedCatDegenerateSlowRouting(t *testing.T) {
55 func TestThreeLeggedCat100MBMacbookCoastToCoast(t *testing.T) {
56 SkipUnlessEpic(t)
57 conf := testutil.LatencyConfig{}.Network_NYtoSF().Blockstore_SlowSSD2014().Routing_Slow()
58 - if err := RunThreeLeggedCat(RandomBytes(1*unit.KB), conf); err != nil {
58 + if err := RunThreeLeggedCat(RandomBytes(100*unit.MB), conf); err != nil {
59 t.Fatal(err)
60 }
61 }