Build timeout (#185)

* build: increase build no-output timeout limits

* extend times
This commit is contained in:
dman776 2021-11-19 15:13:15 -06:00 committed by GitHub
parent ebcb019dd7
commit 1a55f7b17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,15 +22,15 @@ jobs:
- run:
name: Build
command: make
no_output_timeout: 30m
no_output_timeout: 2h
- run:
name: Build
command: make SUBTARGET=mikrotik
no_output_timeout: 30m
no_output_timeout: 1h
- run:
name: Build
command: make MAINTARGET=ath79
no_output_timeout: 30m
no_output_timeout: 1h
- run:
name: Compress build files
command: tar -cjf ~/${CIRCLE_BRANCH}_${ARTIFACTS_FILE} -C ${MY_WORKING_DIRECTORY}/${ARTIFACTS_DIR} .