tests - increase timeout and remove pvc for prestashop/k8s

This commit is contained in:
bunkerity 2022-07-29 12:10:34 +02:00
parent 97a2caf06e
commit 6adff9cebd
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -6,7 +6,7 @@
"swarm",
"kubernetes"
],
"timeout": 120,
"timeout": 180,
"tests": [
{
"type": "string",