mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_eth: pytest_esp_eth CI timeout hotfix
This commit is contained in:
parent
6962218a4b
commit
08f421a091
@ -133,7 +133,9 @@ def actual_test(dut: Dut) -> None:
|
||||
recv_resp_poke(rx_i)
|
||||
finally:
|
||||
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()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user