Skip to content

Commit

Permalink
Use internal implementation timeout for direct calls
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Oct 8, 2024
1 parent fd321f4 commit f014d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ public void testBatchDirectGetAlternatives() throws Exception {
batch.add(msg);
}
};
jsm.requestMessageBatch(tsc.stream, request, handler);
jsm.requestMessageBatch(tsc.stream, request, handler);
assertEquals(3, batch.size());
MessageInfo last = batch.get(batch.size() - 1);
assertEquals(0, last.getNumPending());
Expand Down

0 comments on commit f014d17

Please sign in to comment.