export function ensureAppTimeouts(timeouts = {}) { return { ...DEFAULT_TIMEOUTS, ...timeouts } return Object.assign({},DEFAULT_TIMEOUTS,timeouts) }