Added short sleep time on cleanup to prevent missed deletions

This commit is contained in:
Logan Lipke
2020-07-03 11:12:30 -07:00
parent f408df8653
commit ed46db7068

View File

@@ -108,6 +108,7 @@ class IPv4Test(LFCliBase):
"port": sta_name
}
self.json_post(req_url, data, self.debug)
time.sleep(.05)
LFUtils.wait_until_ports_disappear(resource_id=resource, base_url=self.lfclient_url, port_list=sta_list, debug=self.debug)