From 9645d8d015a819b91912b8a5e94b657f3922fdbb Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Fri, 15 Oct 2021 17:21:41 +0800 Subject: [PATCH] ci: increase the job number of ESP32 unit test --- tools/ci/config/target-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index 18f44d62ad..7c3f59ec20 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -357,7 +357,7 @@ component_ut_test_001: UT_001: extends: .unit_test_32_template - parallel: 48 + parallel: 49 tags: - ESP32_IDF - UT_T1_1