diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 180941a40..186f8f434 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -163,7 +163,7 @@ jobs: helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add jetstack https://charts.jetstack.io helm dependency build - helm install apk-test-setup -n apk-integration-test . --debug --wait --timeout 10m0s \ + helm install apk-test-setup -n apk-integration-test . --debug --wait --timeout 15m0s \ --set wso2.subscription.imagePullSecrets=azure-registry \ --set wso2.apk.dp.configdeployer.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-config-deployer-service:${{ github.sha }} \ --set wso2.apk.dp.configdeployer.deployment.readinessProbe.failureThreshold=10 \