arm init always fails so set timeout to default

This commit is contained in:
thespad 2024-07-12 19:46:20 +01:00
parent b8818b39f8
commit bafe1405b9
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on:
- '**/run'
- '**/finish'
- '**/check'
- 'root/migrations/*
- 'root/migrations/*'
jobs:
permission_check:

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
CI_WEB='true'
CI_PORT='3214'
CI_SSL='false'
CI_DELAY='600'
CI_DELAY='120'
CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis'
CI_AUTH=''
CI_WEBPATH=''

View File

@ -23,7 +23,7 @@ repo_vars:
- CI_WEB='true'
- CI_PORT='3214'
- CI_SSL='false'
- CI_DELAY='600'
- CI_DELAY='120'
- CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis'
- CI_AUTH=''
- CI_WEBPATH=''