IBM Worklight 6.0.0.1 - Timeout setting in Adapters
问题 How can I change the timeout when calling from the application to the adapter using WL.Client.invokeProcedure ? I have read the answer in the following post, but it is not working: How to increase the adapter procedure timeout value in Worklight? My configuration: initOptions.js timeout: 600000 Adapter XML <procedure name="addInsertarMensaje" securityTest="wl_unprotected" requestTimeoutInSeconds="600"> Adapter invocation var timeout = 600000; var invocationOptions = { onSuccess: