This test case takes a long time to complete at the default LOAD_FACTOR=1, so reduce the nr_extents to 256, so for larger systems it can still use higher LOAD_FACTOR. Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx> --- tests/btrfs/130 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/btrfs/130 b/tests/btrfs/130 index 96c8f9d9d526..05f92c11a998 100755 --- a/tests/btrfs/130 +++ b/tests/btrfs/130 @@ -60,7 +60,7 @@ _require_scratch_reflink _scratch_mkfs > /dev/null 2>&1 _scratch_mount -nr_extents=$((4096 * $LOAD_FACTOR)) +nr_extents=$((256 * $LOAD_FACTOR)) # Use 128K blocksize, the default value of both deduperemove or # inband dedupe -- 2.15.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html