tests/autorestart/test_container_autorestart.py is flaky for several nightly while waiting for bgp neighbor to be up. Previously we were modified to increase from 360 seconds to 600 seconds (10 minutes). However on our T2 devices we have up to 15 bgp neighbors. This essentially give less than 1 minute for a neighbor to be up.
This change make sure each neighbor get at least 1 minute
Summary:
Fixes # (issue) 30265202
Type of change
[ ] Bug fix
[ ] Testbed and Framework(new/improvement)
[ ] Test case(new/improvement)
Back port request
[ ] 202012
[ ] 202205
[ ] 202305
[ ] 202311
[ ] 202405
Approach
What is the motivation for this PR?
How did you do it?
Fix flaky container restart by allowing up to 1 minute per bgp neighbor
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Description of PR
tests/autorestart/test_container_autorestart.py is flaky for several nightly while waiting for bgp neighbor to be up. Previously we were modified to increase from 360 seconds to 600 seconds (10 minutes). However on our T2 devices we have up to 15 bgp neighbors. This essentially give less than 1 minute for a neighbor to be up.
This change make sure each neighbor get at least 1 minute
Summary: Fixes # (issue) 30265202
Type of change
Back port request
Approach
What is the motivation for this PR?
How did you do it?
Fix flaky container restart by allowing up to 1 minute per bgp neighbor
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation