mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/nvs_page_test_increase_timeout' into 'master'
NVS: Increase timeout of nvs_page_test See merge request espressif/esp-idf!22338
This commit is contained in:
commit
6a375bfc3b
@ -7,4 +7,4 @@ from pytest_embedded import Dut
|
||||
@pytest.mark.linux
|
||||
@pytest.mark.host_test
|
||||
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.host_test
|
||||
def test_nvs_page_linux(dut: Dut) -> None:
|
||||
dut.expect_unity_test_output(timeout=10)
|
||||
dut.expect_unity_test_output(timeout=120)
|
||||
|
Loading…
Reference in New Issue
Block a user