For Helm deployed ECs, in values.yaml add at:
systemProperties:
- config.properties.sybase.jdbc.socketread.timeout=600000
- config.properties.sybase.jdbc.socketconnect.timeout=20000
For ECs deployed in Desktop Online, add in:
EC Deployment, Execution Context, Configure EC: System Properties: Add ->
config.properties.sybase.jdbc.socketread.timeout=600000
config.properties.sybase.jdbc.socketconnect.timeout=20000
Deploy the EC again either in Desktop Online or with:
$ kubectl delete pod <ec-pod> -n <namespace |