How do you trap a legitimate time-out with wix fetch? In the console.log I get the error: "WebMethod request timed-out after 14 seconds... "

Handle the error in .catch() instead of just displaying a message in the log.

.catch(err => {
    console.log(err);
    // do your error handling here
});