Increase CI delay to account for slow arm startup

This commit is contained in:
thespad
2025-10-20 16:23:15 +01:00
committed by Ryan Kuba
parent a73edc70d6
commit 4abb23e065
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -32,7 +32,7 @@ pipeline {
CI_WEB='true' CI_WEB='true'
CI_PORT='8096' CI_PORT='8096'
CI_SSL='false' CI_SSL='false'
CI_DELAY='120' CI_DELAY='300'
CI_DOCKERENV='' CI_DOCKERENV=''
CI_AUTH='' CI_AUTH=''
CI_WEBPATH='' CI_WEBPATH=''

View File

@@ -21,7 +21,7 @@ repo_vars:
- CI_WEB='true' - CI_WEB='true'
- CI_PORT='8096' - CI_PORT='8096'
- CI_SSL='false' - CI_SSL='false'
- CI_DELAY='120' - CI_DELAY='300'
- CI_DOCKERENV='' - CI_DOCKERENV=''
- CI_AUTH='' - CI_AUTH=''
- CI_WEBPATH='' - CI_WEBPATH=''