Skip to content

Commit

Permalink
setup method using coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo committed Jan 13, 2025
1 parent 88ec597 commit 8ba1ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/crablet/query/AccountsSingleSinkIT.kt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class AccountsSingleSinkIT : AbstractCrabletTest() {
@Test
@Order(4)
fun `event sink was called`() {
latch.await(7, TimeUnit.SECONDS)
latch.await(10, TimeUnit.SECONDS)
verify(exactly = 5) { mockSingleEventSink.handle(any<JsonObject>()) }
}

Expand Down

0 comments on commit 8ba1ff3

Please sign in to comment.