We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9586a41 commit 9f9c39bCopy full SHA for 9f9c39b
ur_moveit_config/test/startup_test.py
@@ -154,6 +154,9 @@ class TestReadyForPlanning(unittest.TestCase):
154
def test_read_stdout(self, proc_output):
155
"""Check if 'You can start planning now!' was found in the stdout."""
156
proc_output.assertWaitFor("You can start planning now!", timeout=120, stream="stdout")
157
+ proc_output.assertWaitFor(
158
+ "Dashboard server connections are possible.", timeout=120, stream="stdout"
159
+ )
160
161
162
@launch_testing.post_shutdown_test()
0 commit comments