Skip to content

Commit

Permalink
[test] 카프카 테스트 추가 2차
Browse files Browse the repository at this point in the history
  • Loading branch information
mooncw committed Jan 31, 2024
1 parent 3d9c058 commit 045ba2c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ void TestSendAndReceive() throws InterruptedException {

//when
producer.produce(sendMessage);
consumer.getLatch().await(10, TimeUnit.SECONDS);
consumer.getLatch().await(30, TimeUnit.SECONDS);


//then
assertThat(consumer.getLatch().getCount()).isEqualTo(0L);
Expand Down

0 comments on commit 045ba2c

Please sign in to comment.