tests - increase redmine timeout and add pvc cleanups

This commit is contained in:
bunkerity 2022-08-05 16:33:00 +02:00
parent 1e499db505
commit e295b020e4
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
3 changed files with 6 additions and 3 deletions

View File

@ -5,4 +5,5 @@ if [ $(id -u) -ne 0 ] ; then
exit 1
fi
helm delete joomla
helm delete joomla
kubectl delete pvc data-joomla-mariadb-0

View File

@ -5,4 +5,6 @@ if [ $(id -u) -ne 0 ] ; then
exit 1
fi
helm delete redmine
helm delete redmine
kubectl delete pvc data-redmine-mariadb-0
kubectl delete pvc data-redmine-postgresql-0

View File

@ -6,7 +6,7 @@
"swarm",
"kubernetes"
],
"timeout": 60,
"timeout": 120,
"delay": 60,
"tests": [
{