mirror of https://github.com/dapr/java-sdk.git
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:
parent
657fc37a43
commit
02a17de862
|
|
@ -84,8 +84,8 @@ public class ActorTimerRecoveryIT extends BaseIT {
|
||||||
runs.left.stop();
|
runs.left.stop();
|
||||||
|
|
||||||
// Pause a bit to let placements settle.
|
// Pause a bit to let placements settle.
|
||||||
logger.info("Pausing 10 seconds to let placements settle.");
|
logger.info("Pausing 12 seconds to let placements settle.");
|
||||||
Thread.sleep(Duration.ofSeconds(10).toMillis());
|
Thread.sleep(Duration.ofSeconds(12).toMillis());
|
||||||
|
|
||||||
runs.left.start();
|
runs.left.start();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue