Skip to content

Commit 9f9c39b

Browse files
committed
Also wait for dashboard server
1 parent 9586a41 commit 9f9c39b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ur_moveit_config/test/startup_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ class TestReadyForPlanning(unittest.TestCase):
154154
def test_read_stdout(self, proc_output):
155155
"""Check if 'You can start planning now!' was found in the stdout."""
156156
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+
)
157160

158161

159162
@launch_testing.post_shutdown_test()

0 commit comments

Comments
 (0)