From 5c617a0ff78798bba3607622abe4c2fc6070e215 Mon Sep 17 00:00:00 2001 From: Armando Date: Fri, 19 Aug 2022 12:13:00 +0800 Subject: [PATCH] ci: increase test_flash_psram timeout --- tools/test_apps/system/flash_psram/pytest_flash_psram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_apps/system/flash_psram/pytest_flash_psram.py b/tools/test_apps/system/flash_psram/pytest_flash_psram.py index 1cadd1a736..e52c14653e 100644 --- a/tools/test_apps/system/flash_psram/pytest_flash_psram.py +++ b/tools/test_apps/system/flash_psram/pytest_flash_psram.py @@ -36,4 +36,4 @@ MSPI_F4R4_configs = [p.name.replace('sdkconfig.ci.', '') for p in pathlib.Path(o @pytest.mark.MSPI_F4R4 @pytest.mark.parametrize('config', MSPI_F4R4_configs, indirect=True) def test_flash4_psram4(dut: Dut) -> None: - dut.expect_exact('flash psram test success') + dut.expect_exact('flash psram test success', timeout=40)