Skip to content

Commit

Permalink
Increase timeout to troubleshoot test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 1, 2021
1 parent 30689a4 commit adb8977
Showing 1 changed file with 1 addition and 1 deletion.
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", 300)
cls.bus.wait_for_message("mycroft.ready", 360)

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

0 comments on commit adb8977

Please sign in to comment.