mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_system, heap: increase host test timeout for CI
This commit is contained in:
parent
badf267022
commit
dac64725af
@ -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