Increase CI timeout for slow arm tests

This commit is contained in:
thespad
2024-05-31 15:23:34 +01:00
parent f5119d3c66
commit 60fce1b1c5
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -30,7 +30,7 @@ pipeline {
CI_WEB='true'
CI_PORT='7878'
CI_SSL='false'
CI_DELAY='60'
CI_DELAY='120'
CI_DOCKERENV=''
CI_AUTH=''
CI_WEBPATH='/system/status'

View File

@@ -20,7 +20,7 @@ repo_vars:
- CI_WEB='true'
- CI_PORT='7878'
- CI_SSL='false'
- CI_DELAY='60'
- CI_DELAY='120'
- CI_DOCKERENV=''
- CI_AUTH=''
- CI_WEBPATH='/system/status'