diff --git a/components/driver/test_apps/gpio/pytest_gpio.py b/components/driver/test_apps/gpio/pytest_gpio.py index 3583b10e75..cbc30e3ba5 100644 --- a/components/driver/test_apps/gpio/pytest_gpio.py +++ b/components/driver/test_apps/gpio/pytest_gpio.py @@ -18,4 +18,4 @@ from pytest_embedded import Dut def test_gpio(dut: Dut) -> None: dut.expect_exact('Press ENTER to see the list of tests') dut.write('*') - dut.expect_unity_test_output() + dut.expect_unity_test_output(timeout=300)