mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
ci(nvs_flash): Increase timeout of nvs_page_test
* nvs_page_test runs into timeout in CI. According to log, test ran run around halfway, so increasing from 10 to 90 seconds. * Also increased timeout of nvs_host_test, just to be sure
This commit is contained in:
parent
a75a36f8c2
commit
bed81f450d
@ -7,4 +7,4 @@ from pytest_embedded import Dut
|
|||||||
@pytest.mark.linux
|
@pytest.mark.linux
|
||||||
@pytest.mark.host_test
|
@pytest.mark.host_test
|
||||||
def test_nvs_host_linux(dut: Dut) -> None:
|
def test_nvs_host_linux(dut: Dut) -> None:
|
||||||
dut.expect_exact('All tests passed', timeout=5)
|
dut.expect_exact('All tests passed', timeout=60)
|
||||||
|
@ -7,4 +7,4 @@ from pytest_embedded import Dut
|
|||||||
@pytest.mark.linux
|
@pytest.mark.linux
|
||||||
@pytest.mark.host_test
|
@pytest.mark.host_test
|
||||||
def test_nvs_page_linux(dut: Dut) -> None:
|
def test_nvs_page_linux(dut: Dut) -> None:
|
||||||
dut.expect_unity_test_output(timeout=10)
|
dut.expect_unity_test_output(timeout=120)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user