Runs the specified function and will timeout if it takes longer than the specified wait time
The function to run
The maximum amount of time to wait for the function to resolve
Promise that resolves to the resolved value of the function or undefined if it ran longer than the specified wait time
Runs the specified function and will timeout if it takes longer than the specified wait time