This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new b73f553f2b NIFI-12699 Set timeout to 10 seconds for
TestStandardFlowFileQueue.testListFlowFilesResultsLimitedCollection
b73f553f2b is described below
commit b73f553f2b2a1e5113ae9fc0f4eacb8d61d5893c
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]>
(cherry picked from commit e031e7e7a2f1e9f4d5dcae3eb6700c2b4babcd65)
---
.../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 32fdd0b0f6..cce6dbaaf6 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
@@ -520,7 +520,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.