api test: 10G is enough for the "flow" test

This commit is contained in:
Dan Bungert 2023-08-31 08:57:00 -06:00
parent c7a5f2504f
commit 727d395b5f
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ class TestFlow(TestAPI):
cfg = self.machineConfig("examples/machines/simple.json")
with cfg.edit() as data:
attrs = data["storage"]["blockdev"]["/dev/sda"]["attrs"]
attrs["size"] = str(25 << 30)
attrs["size"] = str(10 << 30)
extra_args = ["--source-catalog", "examples/sources/desktop.yaml"]
async with start_server(cfg, extra_args=extra_args) as inst:
disk_id = "disk-sda"