mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
fix: Increase timeout value from 90 to 120 in multiple tests.json files
This commit is contained in:
parent
e36a6a7be0
commit
af714d1c05
18 changed files with 18 additions and 18 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "autoconf-configs",
|
||||
"kinds": ["autoconf"],
|
||||
"delay": 180,
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "docker-configs",
|
||||
"kinds": ["docker"],
|
||||
"delay": 120,
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "drupal",
|
||||
"kinds": ["docker", "autoconf", "linux"],
|
||||
"no_copy_container": true,
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 120,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 300,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "gogs",
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"no_copy_container": true,
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 150,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hardened",
|
||||
"kinds": ["docker"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "joomla",
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 120,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "kubernetes-configs",
|
||||
"kinds": ["kubernetes"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 120,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "kubernetes-ingress",
|
||||
"kinds": ["kubernetes"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 120,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "kubernetes-tls",
|
||||
"kinds": ["kubernetes"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 300,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mattermost",
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 300,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mongo-express",
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 120,
|
||||
"no_copy_container": true,
|
||||
"tests": [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "php-singlesite",
|
||||
"kinds": ["docker"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "proxy-protocol",
|
||||
"kinds": ["docker"],
|
||||
"delay": 30,
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "radarr",
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"delay": 180,
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "reverse-proxy-multisite",
|
||||
"kinds": ["docker", "autoconf", "kubernetes"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 90,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "reverse-proxy-singlesite",
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"delay": 120,
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"no_copy_container": true,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tomcat",
|
||||
"kinds": ["docker", "autoconf"],
|
||||
"timeout": 90,
|
||||
"timeout": 120,
|
||||
"delay": 60,
|
||||
"tests": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue