Skip to content

Commit

Permalink
Merge pull request #2259 from Yingshun/timeout_pty_channel
Browse files Browse the repository at this point in the history
migration: update timeout to 60s
  • Loading branch information
kylazhang authored Aug 1, 2019
2 parents fab9c5a + a895a9c commit 61c7002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/src/migration/migrate_options_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def check_migration_res(result):
remote_vm_obj = utils_test.RemoteVMManager(cmd_parms)
vm_ip = vm.get_address()
vm_pwd = params.get("password")
remote_vm_obj.setup_ssh_auth(vm_ip, vm_pwd)
remote_vm_obj.setup_ssh_auth(vm_ip, vm_pwd, timeout=60)
cmd_result = remote_vm_obj.run_command(vm_ip, cmd_run_in_remote_guest_1)
remote_vm_obj.run_command(vm_ip, cmd_run_in_remote_guest % results_stdout_52lts(cmd_result).strip())
logging.debug("Sending message is done")
Expand Down

0 comments on commit 61c7002

Please sign in to comment.