if (param.onTimeout) {
                            logger.debug("Generating handler plugin on timeout (onTimeout)");
                            plugin = {name: 'generatedHandlerTimeout', fn: param.timeout};
                            plugin.scope = param.scope || plugin;
                            ret.push(new HandlerTimeoutPlugin(plugin));