Skip to content

Commit

Permalink
Better timeout documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
morgangalpin committed Jan 29, 2024
1 parent c51dac6 commit f1de99b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class KafkaPersistedMapTest {
private static final String VALUE_2 = "value2";
private static final String KEY_3 = "key3";
private static final String VALUE_3 = "value3";
private static final long TEST_WAIT_TIMEOUT_MS = 60000L;
private static final long TEST_WAIT_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(60);

@Mock
private Producer<String, String> _mockProducer;
Expand Down

0 comments on commit f1de99b

Please sign in to comment.