mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02: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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user