Considering that I have the following:
const timeoutPromise = new Promise(resolve => setTimeout(resolve("Failure"), 5000)); const response = await P