Increase CI timeout

This commit is contained in:
thespad
2024-12-19 16:00:37 +00:00
parent 0ba00d6919
commit 1244289cf1
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -32,7 +32,7 @@ pipeline {
CI_WEB='true'
CI_PORT='8989'
CI_SSL='false'
CI_DELAY='120'
CI_DELAY='240'
CI_DOCKERENV=''
CI_AUTH=''
CI_WEBPATH='/system/status'

View File

@@ -21,7 +21,7 @@ repo_vars:
- CI_WEB='true'
- CI_PORT='8989'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DELAY='240'
- CI_DOCKERENV=''
- CI_AUTH=''
- CI_WEBPATH='/system/status'