Skip to content

Commit

Permalink
Update platformwrapper.py
Browse files Browse the repository at this point in the history
Added an extra 10 sec to make sure the platform is started up before returning to the caller
  • Loading branch information
craig8 authored Aug 7, 2020
1 parent 38a3d11 commit bd99056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion volttrontesting/utils/platformwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bd99056

Please sign in to comment.