From 9cb76213c3717ba4d96dec778a24c1967f340395 Mon Sep 17 00:00:00 2001 From: propelluo Date: Fri, 19 Dec 2025 17:46:31 +0800 Subject: [PATCH] reduce the probability of the device being full Signed-off-by: propelluo --- blktests/tests/zbd/009 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blktests/tests/zbd/009 b/blktests/tests/zbd/009 index b268483..8c01d5a 100755 --- a/blktests/tests/zbd/009 +++ b/blktests/tests/zbd/009 @@ -44,7 +44,7 @@ test() { local params=( delay=0 - dev_size_mb=1024 + dev_size_mb=2048 sector_size=4096 zbc=host-managed zone_cap_mb=3 @@ -64,7 +64,7 @@ test() { --size=1M --directory="${mount_dir}" --time_based - --runtime=10 + --runtime=5 ) && _run_fio_verify_io "${fio_args[@]}" >>"${FULL}" 2>&1 || fail=true -- Gitee