Commit 41d6d040 authored by Brian Tiger Chow's avatar Brian Tiger Chow

misc(integrationtest) bump 3-legged cat to 100 MB

parent c114b04a
......@@ -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)
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment