Skip to content

Commit efc3bdf

Browse files
committed
tests: increase wait time for 3d_reconstruction test
1 parent efa6e01 commit efc3bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_3d_reconstruction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def setUpClass(cls):
5151
cls.node = rclpy.create_node("test_node")
5252

5353
# wait for topics to be setup
54-
time.sleep(10)
54+
time.sleep(30)
5555

5656
@classmethod
5757
def tearDownClass(cls):

0 commit comments

Comments
 (0)