Increasing the timeout as to not barf on slow test boxes

This commit is contained in:
Viktor Klang 2012-05-02 15:14:35 +02:00
parent 4520b17723
commit b443649300

View file

@ -22,6 +22,7 @@ object Slf4jEventHandlerSpec {
akka {
loglevel = INFO
event-handlers = ["akka.event.slf4j.Slf4jEventHandler"]
event-handler-startup-timeout = 30s
}
"""