Skip to content

Commit

Permalink
increase repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
mumrah committed Sep 10, 2024
1 parent 2f87c13 commit 4181969
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class ZkMigrationFailoverTest extends Logging {
future.get(10, TimeUnit.SECONDS)
}

@RepeatedTest(10)
@RepeatedTest(40)
def testControllerFailoverZkRace(): Unit = {
val zookeeper = new EmbeddedZookeeper()
var zkClient: KafkaZkClient = null
Expand Down Expand Up @@ -288,7 +288,7 @@ class ZkMigrationFailoverTest extends Logging {
}
}

@RepeatedTest(10)
@RepeatedTest(40)
def testDriverSkipsEventsFromOlderEpoch(): Unit = {
val zookeeper = new EmbeddedZookeeper()
var zkClient: KafkaZkClient = null
Expand Down

0 comments on commit 4181969

Please sign in to comment.