mirror of https://github.com/apache/nifi.git
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…
Reference in New Issue