mirror of
https://github.com/espressif/esp-modbus.git
synced 2026-08-03 20:24:09 +02:00
fix: update CI timeout build job
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ check_idf_ver:
|
|||||||
stage: "{{ settings.gitlab.build_pipeline.job_stage }}"
|
stage: "{{ settings.gitlab.build_pipeline.job_stage }}"
|
||||||
tags: {{ settings.gitlab.build_pipeline.job_tags }}
|
tags: {{ settings.gitlab.build_pipeline.job_tags }}
|
||||||
image: "{{ settings.gitlab.build_pipeline.job_image }}"
|
image: "{{ settings.gitlab.build_pipeline.job_image }}"
|
||||||
timeout: "2h"
|
timeout: "3h"
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "artifacts_build_${IDF_VERSION}"
|
name: "artifacts_build_${IDF_VERSION}"
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user