Skip to content

Commit

Permalink
virtio_fs_subtest_during_io: fix timeout issue
Browse files Browse the repository at this point in the history
The timeout variable name is fs_io_timeout but not io_timeout.

Signed-off-by: Xiaoling Gao <[email protected]>
  • Loading branch information
xiagao committed Jan 22, 2025
1 parent 460d4fb commit 934fc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/tests/cfg/virtio_fs_subtest_during_io.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
vm_mem_share = yes
vm_mem_backend = memory-backend-file
vm_mem_backend_path = /dev/shm
io_timeout = 600
fs_io_timeout = 600
fs_dest = '/mnt/${fs_target}'
fs_source_dir = virtio_fs_test/
driver_name = viofs
Expand Down

0 comments on commit 934fc16

Please sign in to comment.