Skip to content

Commit

Permalink
bump test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Chen <[email protected]>
  • Loading branch information
ihasdapie committed Jun 16, 2022
1 parent 4d6463b commit 20ba9fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ros2param/test/test_verb_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
TEST_NODE = 'test_node'
TEST_NAMESPACE = '/foo'

TEST_TIMEOUT = 20.0
TEST_TIMEOUT = 30.0

EXPECTED_PARAMETER_FILE = (
f'{TEST_NAMESPACE}/{TEST_NODE}:\n'
Expand Down
2 changes: 1 addition & 1 deletion ros2param/test/test_verb_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
TEST_NODE = 'test_node'
TEST_NAMESPACE = '/foo'

TEST_TIMEOUT = 20.0
TEST_TIMEOUT = 30.0

# Skip cli tests on Windows while they exhibit pathological behavior
# https://github.com/ros2/build_farmer/issues/248
Expand Down
2 changes: 1 addition & 1 deletion ros2param/test/test_verb_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
TEST_NODE = 'test_node'
TEST_NAMESPACE = '/foo'

TEST_TIMEOUT = 20.0
TEST_TIMEOUT = 30.0

INPUT_PARAMETER_FILE = (
f'{TEST_NAMESPACE}/{TEST_NODE}:\n'
Expand Down

0 comments on commit 20ba9fe

Please sign in to comment.