Skip to content

Commit 414ad44

Browse files
committed
Refs #21670: Improve tcp_repeater test
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 35311c5 commit 414ad44

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • ddsrouter_test/compose/test_cases/repeater_tcp

ddsrouter_test/compose/test_cases/repeater_tcp/compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- cloud_edge_net
4242
volumes:
4343
- ./ddsrouter_cloud.yaml:/config.yaml
44-
command: ddsrouter -c /config.yaml --timeout 12
44+
command: ddsrouter -c /config.yaml --timeout 20
4545

4646
ddsrouter_edge_1:
4747
image: ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -53,7 +53,7 @@ services:
5353
- edge_1_net
5454
volumes:
5555
- ./ddsrouter_edge_1.yaml:/config.yaml
56-
command: ddsrouter -c /config.yaml --timeout 12
56+
command: ddsrouter -c /config.yaml --timeout 20
5757

5858
pub_edge_1:
5959
image: ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -62,7 +62,7 @@ services:
6262
- ddsrouter_edge_1
6363
networks:
6464
- edge_1_net
65-
command: build/fastdds_configuration_example/configuration publisher -i 100 -s 110 -d 1
65+
command: build/fastdds_configuration_example/configuration publisher -i 100 -s 110 -d 1 --reliable
6666

6767
sub_edge_1:
6868
image: ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -73,7 +73,7 @@ services:
7373
- edge_1_net
7474
volumes:
7575
- ../../scripts:/scripts
76-
command: python3 /scripts/execute_and_validate_subscriber.py --exe build/fastdds_configuration_example/configuration --samples 20 --timeout 12 --args "--domain 1 --samples 20"
76+
command: python3 /scripts/execute_and_validate_subscriber.py --exe build/fastdds_configuration_example/configuration --samples 20 --timeout 20 --args "--domain 1 --samples 20 --reliable"
7777

7878
ddsrouter_edge_2:
7979
image: ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -85,7 +85,7 @@ services:
8585
- edge_2_net
8686
volumes:
8787
- ./ddsrouter_edge_2.yaml:/config.yaml
88-
command: ddsrouter -c /config.yaml --timeout 12
88+
command: ddsrouter -c /config.yaml --timeout 20
8989

9090
sub_edge_2:
9191
image: ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -96,7 +96,7 @@ services:
9696
- edge_2_net
9797
volumes:
9898
- ../../scripts:/scripts
99-
command: python3 /scripts/execute_and_validate_subscriber.py --exe build/fastdds_configuration_example/configuration --samples 20 --timeout 12 --args "--domain 2 --samples 20"
99+
command: python3 /scripts/execute_and_validate_subscriber.py --exe build/fastdds_configuration_example/configuration --samples 20 --timeout 20 --args "--domain 2 --samples 20 --reliable"
100100

101101
networks:
102102
edge_1_net:

0 commit comments

Comments
 (0)