Skip to content

Commit

Permalink
Experiment with delay
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 27, 2024
1 parent 627f19d commit b9296ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ import kotlinx.coroutines.test.advanceUntilIdle
@ExperimentalCoroutinesApi
suspend fun TestScope.advanceUntilIdleAndDelay() {
advanceUntilIdle()
delay(42.milliseconds)
delay(88.milliseconds)
}

0 comments on commit b9296ff

Please sign in to comment.