diff --git a/components/nvs_flash/host_test/nvs_host_test/pytest_nvs_host_linux.py b/components/nvs_flash/host_test/nvs_host_test/pytest_nvs_host_linux.py index 2f1bdb807b..bc3828ada2 100644 --- a/components/nvs_flash/host_test/nvs_host_test/pytest_nvs_host_linux.py +++ b/components/nvs_flash/host_test/nvs_host_test/pytest_nvs_host_linux.py @@ -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) diff --git a/components/nvs_flash/host_test/nvs_page_test/pytest_nvs_page_linux.py b/components/nvs_flash/host_test/nvs_page_test/pytest_nvs_page_linux.py index 811cef7ccf..dc8b09d2a5 100644 --- a/components/nvs_flash/host_test/nvs_page_test/pytest_nvs_page_linux.py +++ b/components/nvs_flash/host_test/nvs_page_test/pytest_nvs_page_linux.py @@ -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)