mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
NIFI-12699 Set timeout to 10 seconds for TestStandardFlowFileQueue.testListFlowFilesResultsLimitedCollection
This closes #8330 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
9009df11f9
commit
e031e7e7a2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user