Promise wrapper for setTimeout

import { sleep } from 'filepond/dev';

// one second timeout
await sleep(1000);