Skip to content

Commit f60963f

Browse files
[tests] Increase timeout for tests in launch file.
1 parent 876bfcc commit f60963f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/launch/launching_test_sot_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class TestSotLoaderBasic(unittest.TestCase):
7373

7474
def test_termination(self, terminating_process, proc_info):
7575
"""Calls the decorator generate_test_description."""
76-
proc_info.assertWaitForShutdown(process=terminating_process, timeout=(10))
76+
proc_info.assertWaitForShutdown(process=terminating_process, timeout=(60))
7777

7878

7979
@launch_testing.post_shutdown_test()

0 commit comments

Comments
 (0)