Skip to content

Commit

Permalink
Merge pull request #6027 from yafu-1/passt_reconnect
Browse files Browse the repository at this point in the history
Increate wait time to ensure passt process can restart successfully
  • Loading branch information
Yingshun authored Dec 20, 2024
2 parents a3ace59 + ee3a5bf commit 5fd257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/src/virtual_network/passt/passt_reconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def run(test, params, env):
ignore_status=True).stdout_text.strip()
process.run(f'kill -9 {pid_passt}', shell=True)

utils_misc.wait_for(lambda: passt.get_proc_info('passt'), 10,
utils_misc.wait_for(lambda: passt.get_proc_info('passt'), 30,
ignore_errors=True)
passt_proc_r = passt.get_proc_info('passt')
LOG.debug(f'passt process info after reconnect: {passt_proc_r}')
Expand Down

0 comments on commit 5fd257c

Please sign in to comment.