diff --git a/test/sai_test/config/port_configer.py b/test/sai_test/config/port_configer.py index f5f1fb1296..3b1c61d2eb 100644 --- a/test/sai_test/config/port_configer.py +++ b/test/sai_test/config/port_configer.py @@ -376,7 +376,7 @@ def turn_up_and_check_ports(self, port_list): port_attr = sai_thrift_get_port_attribute(self.client, port_id, oper_status=True) if port_attr['oper_status'] != SAI_PORT_OPER_STATUS_UP: all_ports_are_up = False - time.sleep(1) + time.sleep(3) print("port {} is down, status: {}. Reset Admin State.".format(port_id, port_attr['oper_status'])) sai_thrift_set_port_attribute( self.client,