Open
Description
It is often a need to keep regular delay()
behavior with actual delay, for example:
- debugging code that uses time-depending libraries that know nothing of virtual time (e.g.
kotlinx.datetime
) - debugging network protocols where real delays are a must.
It could be something like runTest(noVirtualTime=true) { /}