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

View File

@ -125,7 +125,7 @@ ENV_MARKERS = {
'esp32eco3': 'Runner with esp32 eco3 connected',
'ecdsa_efuse': 'Runner with test ECDSA private keys programmed in efuse',
'ccs811': 'Runner with CCS811 connected',
'ethernet_w5500': 'SPI Ethernet module with two W5500',
'eth_w5500': 'SPI Ethernet module with two W5500',
'nvs_encr_hmac': 'Runner with test HMAC key programmed in efuse',
# multi-dut markers
'ieee802154': 'ieee802154 related tests should run on ieee802154 runners.',