Skip to content

Commit

Permalink
Fix racy test
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 16, 2024
1 parent b3fb6cf commit 7c6ae7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ public void testNoHandlersCallbackContext() {
}
assertTrue("Not an EL thread", Context.isOnEventLoopThread());
complete();
})).await();
}));

// On a EL context
vertices[0].runOnContext(v -> {
Expand Down

0 comments on commit 7c6ae7c

Please sign in to comment.