From bd990561555e455a0982e9c36f214267c2f1729d Mon Sep 17 00:00:00 2001 From: Craig <3979063+craig8@users.noreply.github.com> Date: Fri, 7 Aug 2020 16:05:11 -0400 Subject: [PATCH] Update platformwrapper.py Added an extra 10 sec to make sure the platform is started up before returning to the caller --- volttrontesting/utils/platformwrapper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/volttrontesting/utils/platformwrapper.py b/volttrontesting/utils/platformwrapper.py index 63473c3b29..885dab3e8f 100644 --- a/volttrontesting/utils/platformwrapper.py +++ b/volttrontesting/utils/platformwrapper.py @@ -784,7 +784,8 @@ def subscribe_to_all(peer, sender, bus, topic, headers, messages): # can enable the WebAdminApi. if self.ssl_auth: self._web_admin_api = WebAdminApi(self) - + + gevent.sleep(10) def is_running(self):