From 41d6d040b8fea1b6fb1500c2e7ebc066af0dc10f Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Fri, 30 Jan 2015 08:05:46 -0800 Subject: [PATCH] misc(integrationtest) bump 3-legged cat to 100 MB --- test/integration/three_legged_cat_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/three_legged_cat_test.go b/test/integration/three_legged_cat_test.go index 9dae99eff..bb724d414 100644 --- a/test/integration/three_legged_cat_test.go +++ b/test/integration/three_legged_cat_test.go @@ -23,7 +23,7 @@ func TestThreeLeggedCat1KBInstantaneous(t *testing.T) { RoutingLatency: 0, BlockstoreLatency: 0, } - if err := RunThreeLeggedCat(RandomBytes(1*unit.KB), conf); err != nil { + if err := RunThreeLeggedCat(RandomBytes(100*unit.MB), conf); err != nil { t.Fatal(err) } }