Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs committed Jul 29, 2024
1 parent c8db947 commit d0b7fc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scenario_execution_ros/test/test_assert_tf_moving.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ def test_case_2(self):
serial:
assert_tf_moving(
frame_id: 'robot_moving',
timeout: 4s)
timeout: 6s)
emit fail
time_out: serial:
wait elapsed(6s)
wait elapsed(10s)
emit end
"""
self.execute(scenario_content)
Expand Down Expand Up @@ -270,11 +270,11 @@ def test_case_9(self):
serial:
assert_tf_moving(
frame_id: 'robot_moving',
timeout: 4s,
timeout: 6s,
wait_for_first_transform: false)
emit fail
time_out: serial:
wait elapsed(6s)
wait elapsed(10s)
emit end
"""
self.execute(scenario_content)
Expand Down

0 comments on commit d0b7fc1

Please sign in to comment.