Skip to content

Commit

Permalink
Also wait for dashboard server
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored and VinDp committed May 7, 2024
1 parent efd7052 commit f04293b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ur_moveit_config/test/startup_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ class TestReadyForPlanning(unittest.TestCase):
def test_read_stdout(self, proc_output):
"""Check if 'You can start planning now!' was found in the stdout."""
proc_output.assertWaitFor("You can start planning now!", timeout=120, stream="stdout")
proc_output.assertWaitFor(
"Dashboard server connections are possible.", timeout=120, stream="stdout"
)


@launch_testing.post_shutdown_test()
Expand Down

0 comments on commit f04293b

Please sign in to comment.