esp_system, heap: increase host test timeout for CI

This commit is contained in:
Jakob Hasse 2023-04-04 14:36:59 +08:00
parent badf267022
commit dac64725af
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)