forked from espressif/esp-idf
Merge branch 'bugfix/esp_eth_test_hotfix' into 'master'
esp_eth: pytest_esp_eth CI timeout hotfix See merge request espressif/esp-idf!18666
This commit is contained in:
@@ -133,7 +133,9 @@ def actual_test(dut: Dut) -> None:
|
|||||||
recv_resp_poke(rx_i)
|
recv_resp_poke(rx_i)
|
||||||
finally:
|
finally:
|
||||||
pipe_send.send(0)
|
pipe_send.send(0)
|
||||||
tx_proc.join()
|
tx_proc.join(5)
|
||||||
|
if tx_proc.exitcode is None:
|
||||||
|
tx_proc.terminate()
|
||||||
dut.expect_unity_test_output()
|
dut.expect_unity_test_output()
|
||||||
|
|
||||||
|
|
||||||
|
@@ -83,7 +83,8 @@ freertos_component:
|
|||||||
|
|
||||||
ethernet_component:
|
ethernet_component:
|
||||||
include:
|
include:
|
||||||
- 'components/esp_eth/**'
|
- 'components/esp_eth/include/**'
|
||||||
|
- 'components/esp_eth/src/**'
|
||||||
allowed_licenses:
|
allowed_licenses:
|
||||||
- Apache-2.0
|
- Apache-2.0
|
||||||
- MIT # To allow contributed drivers
|
- MIT # To allow contributed drivers
|
||||||
|
Reference in New Issue
Block a user