diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/TestStandardFlowFileQueue.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/TestStandardFlowFileQueue.java index 240629d539..6700bc02e1 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/TestStandardFlowFileQueue.java +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/TestStandardFlowFileQueue.java @@ -519,7 +519,7 @@ public class TestStandardFlowFileQueue { } @Test - @Timeout(5) + @Timeout(10) public void testListFlowFilesResultsLimitedCollection() throws InterruptedException { Collection tff = new ArrayList<>(); //Swap Size is 10000 records, so 30000 is equal to 3 swap files.