mirror of https://github.com/apache/nifi.git
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:
parent
3d487a5381
commit
fba006c8e3
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue