1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00

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

This commit is contained in:
Brian Tiger Chow
2015-01-30 08:05:46 -08:00
parent c114b04ae1
commit 41d6d040b8

View File

@ -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)
}
}