Skip to content

Commit

Permalink
Change timing for some unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Dec 12, 2024
1 parent 7546ad4 commit 00f3981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ protected JmxCassandraManagementProxy connectImpl(Node host) throws ReaperExcept
context.repairManager.resumeRunningRepairRuns();

// The repair run should succeed despite the topology change.
await().with().atMost(60, TimeUnit.SECONDS).until(() -> {
await().with().atMost(120, TimeUnit.SECONDS).until(() -> {
return RepairRun.RunState.DONE == storage.getRepairRunDao().getRepairRun(runId).get().getRunState();
});
}
Expand Down

0 comments on commit 00f3981

Please sign in to comment.