mirror of https://github.com/apache/kafka.git
KAFKA-15760: Increase timeout for Trogdor CoordinatorTest (#14917)
Reviewers: David Jacot <djacot@confluent.io>, Greg Harris <greg.harris@aiven.io>
This commit is contained in:
parent
8904317518
commit
8517986d6e
|
@ -70,7 +70,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
|
|||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
@Tag("integration")
|
||||
@Timeout(value = 120000, unit = MILLISECONDS)
|
||||
@Timeout(value = 240000, unit = MILLISECONDS)
|
||||
public class CoordinatorTest {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(CoordinatorTest.class);
|
||||
|
|
Loading…
Reference in New Issue