From a73f911f5aaca31348e9f8856307f532fa911ef6 Mon Sep 17 00:00:00 2001 From: shivam Date: Sun, 17 Jan 2021 02:28:50 +0530 Subject: [PATCH] Adding Cleanup Delay in Station Profile --- py-json/realm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/realm.py b/py-json/realm.py index ccc616ab..c9a38271 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -3395,7 +3395,7 @@ class StationProfile: # First, request remove on the list. for port_eid in desired_stations: self.local_realm.rm_port(port_eid, check_exists=True, debug_=debug_) - + time.sleep(delay) # And now see if they are gone LFUtils.wait_until_ports_disappear(base_url=self.lfclient_url, port_list=desired_stations)