Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 4434148

Browse files
committed
increase CI test delay
1 parent 0c9958b commit 4434148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
CI_WEB='true'
3030
CI_PORT='8443'
3131
CI_SSL='true'
32-
CI_DELAY='120'
32+
CI_DELAY='180'
3333
CI_DOCKERENV='TZ=US/Pacific'
3434
CI_AUTH='user:password'
3535
CI_WEBPATH=''

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repo_vars:
2121
- CI_WEB='true'
2222
- CI_PORT='8443'
2323
- CI_SSL='true'
24-
- CI_DELAY='120'
24+
- CI_DELAY='180'
2525
- CI_DOCKERENV='TZ=US/Pacific'
2626
- CI_AUTH='user:password'
2727
- CI_WEBPATH=''

0 commit comments

Comments
 (0)