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:
Mark Bean 2024-01-30 20:09:11 -05:00 committed by exceptionfactory
parent 9009df11f9
commit e031e7e7a2
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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.