From dda851c9237790c674b0ab9fb5889a0d9c24e0dd Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Thu, 24 Dec 2020 04:14:04 +0100 Subject: [PATCH] ci: increase test_app_test_esp32_generic parallel test count --- .gitlab/ci/target-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index d0e33adc65..c599421399 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -345,7 +345,7 @@ test_app_test_005: test_app_test_esp32_generic: extends: .test_app_esp32_template - parallel: 4 + parallel: 5 tags: - ESP32 - Example_GENERIC