Skip to content

Commit

Permalink
reset test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aloyszhang committed Jun 24, 2021
1 parent 158e9e3 commit 8739f72
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -425,7 +425,7 @@ public void testTypedSchemaGetNullValue() {
assertNull(msg.getValue());
}

@Test(timeOut = 300000)
@Test(timeOut = 30000)
public void testMessageBrokerAndEntryMetadataTimestampMissed() {
int MOCK_BATCH_SIZE = 10;
String data = "test-message";
Expand Down

0 comments on commit 8739f72

Please sign in to comment.