awelless commented on code in PR #10664:
URL: https://github.com/apache/nifi/pull/10664#discussion_r2660977689
##########
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/src/test/java/org/apache/nifi/processors/aws/kinesis/ConsumeKinesisTest.java:
##########
@@ -65,14 +74,28 @@ void getRelationshipsForRecordProcessingStrategy() {
}
@Test
+ // It takes around 30 seconds for a scheduler to fail in this test.
+ @Timeout(value = 3, unit = TimeUnit.MINUTES, threadMode = SEPARATE_THREAD)
Review Comment:
I decided to removed the tests. Running it with an active localstack takes
multiple minutes, which I considered long enough even for an integration test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]