We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9e6ac commit 2781283Copy full SHA for 2781283
tests/bgp/test_bgp_session.py
@@ -207,5 +207,5 @@ def test_bgp_session_interface_down(duthosts, rand_one_dut_hostname, fanouthosts
207
208
pytest_assert(wait_until(120, 10, 30, duthost.critical_services_fully_started),
209
"Not all critical services are fully started")
210
- pytest_assert(wait_until(60, 10, 0, duthost.check_bgp_session_state, list(setup['neighhosts'].keys())),
+ pytest_assert(wait_until(120, 10, 0, duthost.check_bgp_session_state, list(setup['neighhosts'].keys())),
211
"Not all BGP sessions are established on DUT")
0 commit comments