瀏覽代碼

ci: increased freertos SMP linux target test timeout

Jakob Hasse 2 年之前
父節點
當前提交
9f4236f825
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/test_apps/linux_compatible/linux_freertos/pytest_linux_freertos.py

+ 1 - 1
tools/test_apps/linux_compatible/linux_freertos/pytest_linux_freertos.py

@@ -10,4 +10,4 @@ from pytest_embedded import Dut
 def test_linux_freertos_SMP(dut: Dut) -> None:
     dut.expect_exact('Press ENTER to see the list of tests.')
     dut.write('![ignore]')
-    dut.expect('[0-9][0-9] Tests 0 Failures 0 Ignored')
+    dut.expect('[0-9][0-9] Tests 0 Failures 0 Ignored', timeout=120)