Skip to content

Commit

Permalink
[test/data_collection_server] Increate wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed May 17, 2022
1 parent c021497 commit d2df242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_data/tests/test_data_collection_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_timer(self):

def test_all(self):
rospy.wait_for_message('/static_image_publisher/output', Image)
rospy.sleep(2)
rospy.sleep(10)

save_dir = rospy.get_param('/save_dir_all')
save_dir = save_dir.rstrip()
Expand Down

0 comments on commit d2df242

Please sign in to comment.