mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bufix/increase_esp_system_host_test_timeout' into 'master'
esp_system: increase host test timeout for CI Closes IDFCI-1677 See merge request espressif/esp-idf!23060
This commit is contained in:
commit
9abcd7652c
@ -9,4 +9,4 @@ from pytest_embedded import Dut
|
||||
def test_esp_system_linux(dut: Dut) -> None:
|
||||
dut.expect_exact('Press ENTER to see the list of tests.')
|
||||
dut.write('*')
|
||||
dut.expect_unity_test_output(timeout=10)
|
||||
dut.expect_unity_test_output(timeout=60)
|
||||
|
@ -9,4 +9,4 @@ from pytest_embedded import Dut
|
||||
def test_heap_linux(dut: Dut) -> None:
|
||||
dut.expect_exact('Press ENTER to see the list of tests.')
|
||||
dut.write('*')
|
||||
dut.expect_unity_test_output(timeout=10)
|
||||
dut.expect_unity_test_output(timeout=60)
|
||||
|
Loading…
Reference in New Issue
Block a user