This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new e031e7e7a2 NIFI-12699 Set timeout to 10 seconds for 
TestStandardFlowFileQueue.testListFlowFilesResultsLimitedCollection
e031e7e7a2 is described below

commit e031e7e7a2f1e9f4d5dcae3eb6700c2b4babcd65
Author: Mark Bean <[email protected]>
AuthorDate: Tue Jan 30 20:09:11 2024 -0500

    NIFI-12699 Set timeout to 10 seconds for 
TestStandardFlowFileQueue.testListFlowFilesResultsLimitedCollection
    
    This closes #8330
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../test/java/org/apache/nifi/controller/TestStandardFlowFileQueue.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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<FlowFileRecord> tff = new ArrayList<>();
         //Swap Size is 10000 records, so 30000 is equal to 3 swap files.

Reply via email to