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:
@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user