Minor improvement. See #1713
This commit is contained in:
parent
4a5f5eef21
commit
5b50ca96f2
2 changed files with 13 additions and 3 deletions
|
|
@ -128,6 +128,8 @@ public class ZeromqDocTestBase {
|
|||
system.actorOf(new Props(HeapAlerter.class), "alerter");
|
||||
//#alerter2
|
||||
|
||||
// Let it run for a while to see some output.
|
||||
// Don't do like this in real tests, this is only doc demonstration.
|
||||
Thread.sleep(3000L);
|
||||
}
|
||||
|
||||
|
|
@ -190,7 +192,7 @@ public class ZeromqDocTestBase {
|
|||
|
||||
@Override
|
||||
public void postRestart(Throwable reason) {
|
||||
// don't call preStart
|
||||
// don't call preStart, only schedule once
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue