Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
This helps test pass on Windows where CLI invocations sometimes take
more than 5 seconds.

Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron committed Apr 15, 2020
1 parent 07487b7 commit 5b0da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2param/test/test_verb_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
TEST_NODE = 'test_node'
TEST_NAMESPACE = '/foo'

TEST_TIMEOUT = 5.0
TEST_TIMEOUT = 20.0

EXPECTED_PARAMETER_FILE = (
f'{TEST_NODE}:\n'
Expand Down

0 comments on commit 5b0da73

Please sign in to comment.