fix flaky integration test ActorTimerRecovery (#986)

* fix flaky ActorTimerRecovery IT

Signed-off-by: MregXN <mregxn@gmail.com>

* re-triggered

Signed-off-by: MregXN <mregxn@gmail.com>

---------

Signed-off-by: MregXN <mregxn@gmail.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
This commit is contained in:
MregXN 2024-01-09 04:13:23 +08:00 committed by GitHub
parent 657fc37a43
commit 02a17de862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ public class ActorTimerRecoveryIT extends BaseIT {
runs.left.stop();
// Pause a bit to let placements settle.
logger.info("Pausing 10 seconds to let placements settle.");
Thread.sleep(Duration.ofSeconds(10).toMillis());
logger.info("Pausing 12 seconds to let placements settle.");
Thread.sleep(Duration.ofSeconds(12).toMillis());
runs.left.start();