mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
test: increase test gpio time timeout
This commit is contained in:
@@ -18,4 +18,4 @@ from pytest_embedded import Dut
|
|||||||
def test_gpio(dut: Dut) -> None:
|
def test_gpio(dut: Dut) -> None:
|
||||||
dut.expect_exact('Press ENTER to see the list of tests')
|
dut.expect_exact('Press ENTER to see the list of tests')
|
||||||
dut.write('*')
|
dut.write('*')
|
||||||
dut.expect_unity_test_output()
|
dut.expect_unity_test_output(timeout=300)
|
||||||
|
Reference in New Issue
Block a user