Skip to content

Commit

Permalink
Fixed flaky test for atomic coroutine scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Nov 8, 2024
1 parent 0aac6ed commit 829751e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class AtomicCoroutineScopeTest {
}
}

Assert.assertFalse(atomicCoroutineScope.finishedProcessing)
assertWaiter { !atomicCoroutineScope.finishedProcessing }
assertWaiter { deferredResults.size == 1_00_000 }

deferredResults.awaitAll()
Expand Down

0 comments on commit 829751e

Please sign in to comment.