Skip to content

Commit

Permalink
Replace announce_connection call and increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 1, 2021
1 parent 5b761f2 commit 30689a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neon_core/skills/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def start(self):
while not self.skill_manager.is_all_loaded():
time.sleep(0.1)
self.status.set_ready()
# announce_connection()
announce_connection()

def _initialize_metrics_handler(self):
"""
Expand Down
2 changes: 1 addition & 1 deletion test/test_run_neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def setUpClass(cls) -> None:
cls.bus = MessageBusClient()
cls.bus.run_in_thread()
cls.bus.connected_event.wait()
cls.bus.wait_for_message("mycroft.ready", 180)
cls.bus.wait_for_message("mycroft.ready", 300)

@classmethod
def tearDownClass(cls) -> None:
Expand Down

0 comments on commit 30689a4

Please sign in to comment.