mirror of
https://github.com/apache/nifi.git
synced 2025-02-11 04:25:22 +00:00
NIFI-13888 Increased Timeout to 15 seconds in TestEventIndexTask
- Increasing the timeout from 5 seconds to 15 seconds should provide greater build stability when running multi-thread builds Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #9409.
This commit is contained in:
parent
d42b110474
commit
784a95c398
@ -44,7 +44,7 @@ public class TestEventIndexTask {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testIndexWriterCommittedWhenAppropriate() {
|
public void testIndexWriterCommittedWhenAppropriate() {
|
||||||
assertTimeout(Duration.ofSeconds(5), this::runIndexWriteCommittedWhenAppropriate);
|
assertTimeout(Duration.ofSeconds(15), this::runIndexWriteCommittedWhenAppropriate);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void runIndexWriteCommittedWhenAppropriate() throws InterruptedException, IOException {
|
private void runIndexWriteCommittedWhenAppropriate() throws InterruptedException, IOException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user