TIMEOUT(5000);

while(true) {
  log.log("> " + msg + "\n");
  if (msg.equals('Hello, world')) {
    log.testOK();
  }
  YIELD();
}