diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 0c33c65b1..2e77bb331 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -176,7 +176,7 @@ jobs: --set idp.idpds.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-idp-domain-service:${{ github.sha }} \ --set idp.idpui.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-idp-ui:${{ github.sha }} \ --set wso2.apk.dp.ratelimiter.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-ratelimiter:${{ github.sha }} \ - --set wso2.apk.dp.ratelimiter.requestTimeoutInMillis=800 \ + --set wso2.apk.dp.ratelimiter.requestTimeoutInMillis=2000 \ --set wso2.apk.dp.gateway.httpListener.enabled=true \ --set wso2.apk.dp.gatewayRuntime.deployment.router.configs.enableIntelligentRouting=true kubectl get pods -n apk-integration-test