} else if (buildState.equals(BuildState.UNKNOWN)) {
message = String.format("Bild Resultat ist unbekannt. %s.", committersText);
changeLight(actionPublisher, BLUE);
playSound(actionPublisher, UNKNOWN_SOUND, 23000);
}
actionPublisher.performAction(new SpeakAction(message, LANGUAGE));
Thread.sleep(10000); // wait 10 seconds till karotz has surely finished talking.
client.stopInteractiveMode();
} catch (KarotzException e) {
LOGGER.error("There was an error with Karotz.", e);
} catch (InterruptedException e) {