@@ -41,7 +41,7 @@ services:
4141 - cloud_edge_net
4242 volumes :
4343 - ./ddsrouter_cloud_1.yaml:/config.yaml
44- command : ddsrouter -c /config.yaml --timeout 10
44+ command : ddsrouter -c /config.yaml --timeout 12
4545
4646 ddsrouter_cloud_2 :
4747 image : ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -52,7 +52,7 @@ services:
5252 - cloud_edge_net
5353 volumes :
5454 - ./ddsrouter_cloud_2.yaml:/config.yaml
55- command : ddsrouter -c /config.yaml --timeout 10
55+ command : ddsrouter -c /config.yaml --timeout 12
5656
5757 ddsrouter_edge_1 :
5858 image : ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -64,7 +64,7 @@ services:
6464 - edge_1_net
6565 volumes :
6666 - ./ddsrouter_edge_1.yaml:/config.yaml
67- command : ddsrouter -c /config.yaml --timeout 10
67+ command : ddsrouter -c /config.yaml --timeout 12
6868
6969 pub_edge_1 :
7070 image : ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -73,7 +73,7 @@ services:
7373 - ddsrouter_edge_1
7474 networks :
7575 - edge_1_net
76- command : install/BasicConfigurationExample/examples/cpp/dds/BasicConfigurationExample/BasicConfigurationExample publisher -i 200 -s 45 -d 1
76+ command : install/BasicConfigurationExample/examples/cpp/dds/BasicConfigurationExample/BasicConfigurationExample publisher -i 100 -s 110 -d 1
7777
7878 sub_edge_1 :
7979 image : ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -84,7 +84,7 @@ services:
8484 - edge_1_net
8585 volumes :
8686 - ../execute_and_validate_subscriber.py:/execute_and_validate_subscriber.py
87- command : python3 /execute_and_validate_subscriber.py --exe install/BasicConfigurationExample/examples/cpp/dds/BasicConfigurationExample/BasicConfigurationExample --samples 10 --timeout 10 --domain 1
87+ command : python3 /execute_and_validate_subscriber.py --exe install/BasicConfigurationExample/examples/cpp/dds/BasicConfigurationExample/BasicConfigurationExample --samples 20 --timeout 12 --domain 1
8888
8989 ddsrouter_edge_2 :
9090 image : ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -96,7 +96,7 @@ services:
9696 - edge_2_net
9797 volumes :
9898 - ./ddsrouter_edge_2.yaml:/config.yaml
99- command : ddsrouter -c /config.yaml --timeout 10
99+ command : ddsrouter -c /config.yaml --timeout 12
100100
101101 sub_edge_2 :
102102 image : ${DDSROUTER_COMPOSE_TEST_DOCKER_IMAGE}
@@ -107,7 +107,7 @@ services:
107107 - edge_2_net
108108 volumes :
109109 - ../execute_and_validate_subscriber.py:/execute_and_validate_subscriber.py
110- command : python3 /execute_and_validate_subscriber.py --exe install/BasicConfigurationExample/examples/cpp/dds/BasicConfigurationExample/BasicConfigurationExample --samples 10 --timeout 10 --domain 2
110+ command : python3 /execute_and_validate_subscriber.py --exe install/BasicConfigurationExample/examples/cpp/dds/BasicConfigurationExample/BasicConfigurationExample --samples 20 --timeout 12 --domain 2
111111
112112networks :
113113 edge_1_net :
0 commit comments