Skip to content

Commit fe770ed

Browse files
committed
Increase wait time for link up post config reload/minigraph for modular
chassis Signed-off-by: Abhishek Dosi <[email protected]>
1 parent 402c17c commit fe770ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/common/config_reload.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ def _config_reload_cmd_wrapper(cmd, executable):
141141
"PFC_WD is missing in CONFIG-DB")
142142

143143
if check_intf_up_ports:
144-
pytest_assert(wait_until(300, 20, 0, check_interface_status_of_up_ports, sonic_host),
144+
link_up_wait_time = 360 if modular_chassis else 300
145+
pytest_assert(wait_until(link_up_wait_time, 20, 0, check_interface_status_of_up_ports, sonic_host),
145146
"Not all ports that are admin up on are operationally up")
146147
else:
147148
time.sleep(wait)

0 commit comments

Comments
 (0)