hmm you're using `runTest` which skips delays so your `delay(2000)` and `withTimeout(1000)` should r...
s
hmm you're using
runTest
which skips delays so your
delay(2000)
and
withTimeout(1000)
should return immediately