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:
exceptionfactory 2024-10-17 09:45:56 -05:00 committed by Pierre Villard
parent d42b110474
commit 784a95c398
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5

View File

@ -44,7 +44,7 @@ public class TestEventIndexTask {
@Test
public void testIndexWriterCommittedWhenAppropriate() {
assertTimeout(Duration.ofSeconds(5), this::runIndexWriteCommittedWhenAppropriate);
assertTimeout(Duration.ofSeconds(15), this::runIndexWriteCommittedWhenAppropriate);
}
private void runIndexWriteCommittedWhenAppropriate() throws InterruptedException, IOException {