diff --git a/components/esp_eth/test_apps/pytest_esp_eth.py b/components/esp_eth/test_apps/pytest_esp_eth.py index b9d235698d3..d66f953eaa8 100644 --- a/components/esp_eth/test_apps/pytest_esp_eth.py +++ b/components/esp_eth/test_apps/pytest_esp_eth.py @@ -128,7 +128,7 @@ def ethernet_test(dut: IdfDut) -> None: def ethernet_int_emac_test(dut: IdfDut) -> None: - dut.run_all_single_board_cases(group='esp_emac', timeout=120) + dut.run_all_single_board_cases(group='esp_emac', timeout=240) def ethernet_l2_test(dut: IdfDut) -> None: