Increased time limit for gcc build on CentOS 8

This commit is contained in:
Pavel Odintsov 2022-04-02 01:44:03 +01:00 committed by GitHub
parent 8c86f3d781
commit cc5e38bbd7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -506,7 +506,7 @@ jobs:
- "{{ .Environment.CIRCLE_JOB }}_gcc_25_10_2020"
- run:
name: install_gcc
no_output_timeout: 80m
no_output_timeout: 120m
command: perl src/fastnetmon_build.pl --build_gcc_only
- save_cache:
key: "{{ .Environment.CIRCLE_JOB }}_gcc_25_10_2020"