ci(examples/bridge): Fixed issue when broadcast message was not recevived time to time

This commit is contained in:
Ondrej Kosta
2023-07-03 11:01:56 +02:00
parent 4918dca3dc
commit c7d56d213c
3 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ example_test_pytest_esp32_ethernet_bridge:
- .rules:test:example_test-esp32
needs:
- build_pytest_examples_esp32
tags: [ esp32, ethernet_w5500 ]
tags: [ esp32, eth_w5500 ]
variables:
PYTEST_EXTRA_FLAGS: "--dev-passwd ${ETHERNET_TEST_PASSWORD} --dev-user ${ETHERNET_TEST_USER}"