Skip to content

Commit

Permalink
Merge pull request #26 from davidraker/remove_web
Browse files Browse the repository at this point in the history
Added timeout to platform wrapper shutdown call.
  • Loading branch information
shwethanidd authored Nov 22, 2022
2 parents 01bf3d1 + 4c3e4e8 commit 2d41b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volttrontesting/platformwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ def stop_platform(self):
if not self.is_running():
return

self.dynamic_agent.vip.rpc(CONTROL, "shutdown").get()
self.dynamic_agent.vip.rpc(CONTROL, "shutdown").get(timeout=20)
self.dynamic_agent.core.stop()
if self.p_process is not None:
try:
Expand Down

0 comments on commit 2d41b0e

Please sign in to comment.