diff options
-rwxr-xr-x | tests/qemu-iotests/129 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/129 b/tests/qemu-iotests/129 index f4b447b04a..03843fc255 100755 --- a/tests/qemu-iotests/129 +++ b/tests/qemu-iotests/129 @@ -68,7 +68,7 @@ class TestStopWithBlockJob(iotests.QMPTestCase): def test_drive_mirror(self): self.do_test_stop("drive-mirror", device="drive0", target=self.target_img, format=iotests.imgfmt, - sync="full") + sync="full", buf_size=65536) def test_drive_backup(self): self.do_test_stop("drive-backup", device="drive0", |