mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
test: increase test gpio time timeout
This commit is contained in:
parent
51d70ea9ee
commit
1129bd7587
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user