Skip to content

Commit

Permalink
Give more time to generate policies in tests (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored Jul 22, 2024
1 parent 8a033c1 commit 22f9e97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def generate_test_description(rmw_implementation, use_daemon):
), locals()


GENERATE_POLICY_TIMEOUT = 10 if os.name != 'nt' else 30 # seconds
GENERATE_POLICY_TIMEOUT = 30 if os.name != 'nt' else 60 # seconds


class TestSROS2GeneratePolicyVerbWithNoNodes(SROS2CLITestCase):
Expand Down

0 comments on commit 22f9e97

Please sign in to comment.