Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tu Dinh committed Jan 15, 2025
1 parent 37d9945 commit 7c89f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/guest-tools/win/test_xenclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def run_xenclean(vm: VM, guest_tools_iso: dict[str, Any]):
# wait_for(vm.file_exists) doesn't handle SSHCommandFailed
# need to check for it via wait_for(vm.is_ssh_up)
wait_for_vm_running_and_ssh_up_without_tools(vm)
wait_for(lambda: vm.file_exists("D:/", regular_file=False))
wait_for(lambda: vm.file_exists("D:/", regular_file=False), timeout_secs=600)

logging.info("Run XenClean")
xenclean_path = PureWindowsPath("D:\\") / guest_tools_iso["xenclean_path"]
Expand Down

0 comments on commit 7c89f94

Please sign in to comment.