From 5cc80ad59db8bfa9535ee2c2f0c73d9dc5261e30 Mon Sep 17 00:00:00 2001 From: Changhui Zhong Date: Fri, 28 Nov 2025 17:58:49 +0800 Subject: [PATCH] avoid test timeouts caused by scsi_debug delay Signed-off-by: Changhui Zhong --- tests/throtl/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/throtl/rc b/tests/throtl/rc index d1afefd5..7e7a5598 100644 --- a/tests/throtl/rc +++ b/tests/throtl/rc @@ -75,7 +75,7 @@ _configure_throtl_blkdev() { fi ;; sdebug) - args=(dev_size_mb=1024) + args=(dev_size_mb=1024 delay=0) ((sector_size)) && args+=(sector_size="${sector_size}") if _configure_scsi_debug "${args[@]}"; then THROTL_DEV=${SCSI_DEBUG_DEVICES[0]}