Skip to content

Commit

Permalink
Merge pull request autotest#5504 from meinaLi/incremental
Browse files Browse the repository at this point in the history
incremental_backup: fix timeout issue of dd commands in guest
  • Loading branch information
chunfuwen authored Mar 14, 2024
2 parents 1b923d1 + 11454bd commit 7b2505c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
only original_disk_local.coldplug_disk.backup_to_raw.backup_to_block
expect_backup_canceled = "yes"
original_disk_size = "5000M"
dd_count = "4000"
dd_count = "2000"
- kill_qemu:
only original_disk_local.hotplug_disk.backup_to_qcow2.backup_to_block
expect_backup_canceled = "yes"
original_disk_size = "5000M"
dd_count = "4000"
dd_count = "2000"
- positive_test:
variants:
- backup_to_qcow2:
Expand Down

0 comments on commit 7b2505c

Please sign in to comment.