test: increase test gpio time timeout

This commit is contained in:
Fu Hanxi 2022-06-28 13:52:30 +08:00
parent 51d70ea9ee
commit 1129bd7587

View File

@ -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)