Skip to content

Commit

Permalink
Merge pull request #1990 from sgayangi/go-test
Browse files Browse the repository at this point in the history
Increase wait time for deployments in go-integration tests
  • Loading branch information
Krishanx92 authored Feb 6, 2024
2 parents 13b7ab6 + 2efde4c commit 0f3e6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0f3e6ae

Please sign in to comment.