Increase CI timeout for slow arm tests
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -30,7 +30,7 @@ pipeline {
|
|||||||
CI_WEB='true'
|
CI_WEB='true'
|
||||||
CI_PORT='9696'
|
CI_PORT='9696'
|
||||||
CI_SSL='false'
|
CI_SSL='false'
|
||||||
CI_DELAY='60'
|
CI_DELAY='120'
|
||||||
CI_DOCKERENV=''
|
CI_DOCKERENV=''
|
||||||
CI_AUTH=''
|
CI_AUTH=''
|
||||||
CI_WEBPATH='/system/status'
|
CI_WEBPATH='/system/status'
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ repo_vars:
|
|||||||
- CI_WEB='true'
|
- CI_WEB='true'
|
||||||
- CI_PORT='9696'
|
- CI_PORT='9696'
|
||||||
- CI_SSL='false'
|
- CI_SSL='false'
|
||||||
- CI_DELAY='60'
|
- CI_DELAY='120'
|
||||||
- CI_DOCKERENV=''
|
- CI_DOCKERENV=''
|
||||||
- CI_AUTH=''
|
- CI_AUTH=''
|
||||||
- CI_WEBPATH='/system/status'
|
- CI_WEBPATH='/system/status'
|
||||||
|
|||||||
Reference in New Issue
Block a user