NIFI-1145: Extend timeout of unit test from 20 seconds to 120 seconds

Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
Mark Payne 2015-12-31 15:57:15 -05:00 committed by Aldrin Piri
parent 3d487a5381
commit fba006c8e3
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ public class TestStandardFlowFileQueue {
queue.poll(exp);
}
@Test(timeout = 20000)
@Test(timeout = 120000)
public void testDropSwappedFlowFiles() {
for (int i = 1; i <= 210000; i++) {
queue.put(new TestFlowFile());