Description
Sometimes when running "restart_swss" test, it may fail.
By changing the pause time from 35s to 60s at Line#10 in run_config_cleanup.yml as the following, then this issue does not happen.
- name: Wait for orchagent initialization
pause:
seconds: 60
Steps to reproduce the issue:
- Run "restart_swss" 10 times, sometimes the result is fail.
- Modify pause from 35s to 60s in "run_config_cleanup.yml" and run "restart_swss" 10 times, it pass.
I'm not sure whether it is acceptable to wait for restarting swss a bit longer than the original setting in run_config_cleanup.yml?
Thanks!
Description
Sometimes when running "restart_swss" test, it may fail.
By changing the pause time from 35s to 60s at Line#10 in run_config_cleanup.yml as the following, then this issue does not happen.
pause:
seconds: 60
Steps to reproduce the issue:
I'm not sure whether it is acceptable to wait for restarting swss a bit longer than the original setting in run_config_cleanup.yml?
Thanks!