Skip to content

Commit

Permalink
Refs #20650: Increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed May 27, 2024
1 parent a803fdc commit 31e1a55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def test_hello_world():
('--mechanism intra-process', '--unknown-argument', 1) # force subscribers to fail
]

@pytest.mark.timeout(300)
@pytest.mark.parametrize("pub_args, sub_args, repetitions", delivery_test_cases)
def test_delivery_mechanisms(pub_args, sub_args, repetitions):
"""."""
Expand Down Expand Up @@ -139,6 +140,7 @@ def test_delivery_mechanisms(pub_args, sub_args, repetitions):
('--mechanism intra-process --ignore-local-endpoints', '--unknown-argument') # force subscribers to fail
]

@pytest.mark.timeout(300)
@pytest.mark.parametrize("pub_args, sub_args", delivery_timeout_test_cases)
def test_delivery_mechanisms_timeout(pub_args, sub_args):
"""."""
Expand Down

0 comments on commit 31e1a55

Please sign in to comment.