Skip to content

Commit 2781283

Browse files
Add the timeout value for check_bgp_session_state (#17290)
1 parent dd9e6ac commit 2781283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bgp/test_bgp_session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@ def test_bgp_session_interface_down(duthosts, rand_one_dut_hostname, fanouthosts
207207

208208
pytest_assert(wait_until(120, 10, 30, duthost.critical_services_fully_started),
209209
"Not all critical services are fully started")
210-
pytest_assert(wait_until(60, 10, 0, duthost.check_bgp_session_state, list(setup['neighhosts'].keys())),
210+
pytest_assert(wait_until(120, 10, 0, duthost.check_bgp_session_state, list(setup['neighhosts'].keys())),
211211
"Not all BGP sessions are established on DUT")

0 commit comments

Comments
 (0)