Returns a promise that resolves successfully after the given delay.
The delay in milliseconds.
Delays the resolution of promise by the given delay.
promise
The promise to delay.
Returns a promise that resolves successfully after the given delay.