mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - increase timeout for magento
This commit is contained in:
parent
e62523d1dc
commit
dde1851416
2 changed files with 26 additions and 1 deletions
25
examples/bigbluebutton/README.md
Normal file
25
examples/bigbluebutton/README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# My example
|
||||
|
||||
Description.
|
||||
|
||||
## Docker
|
||||
|
||||
TODO
|
||||
|
||||
## Autoconf
|
||||
|
||||
TODO
|
||||
|
||||
## Swarm
|
||||
|
||||
TODO
|
||||
|
||||
## Kubernetes
|
||||
|
||||
TODO
|
||||
|
||||
## Linux
|
||||
|
||||
TODO
|
||||
|
||||
## Ansible
|
||||
|
|
@ -81,7 +81,7 @@ single_docker_test "joomla" "60" "https://$TEST_DOMAIN1 joomla"
|
|||
single_docker_test "load-balancer" "30" "https://$TEST_DOMAIN1 hello"
|
||||
|
||||
# magento
|
||||
single_docker_test "magento" "180" "https://$TEST_DOMAIN1 magento"
|
||||
single_docker_test "magento" "300" "https://$TEST_DOMAIN1 magento"
|
||||
|
||||
# mattermost
|
||||
single_docker_test "mattermost" "60" "https://$TEST_DOMAIN1 mattermost"
|
||||
|
|
|
|||
Loading…
Reference in a new issue