Returns a promise that resolves after the specified time. This should be used sparingly and mostly for debugging tests.
Number of milliseconds to wait.
await wait(10000); // wait for 10s Copy
await wait(10000); // wait for 10s
Returns a promise that resolves after the specified time. This should be used sparingly and mostly for debugging tests.