Allow more time for docker bind startup (#25855)

This commit is contained in:
Arnout Engelen 2018-11-12 09:11:15 +01:00
parent e847ce016a
commit 01a496efd5

View file

@ -57,7 +57,7 @@ trait DockerBindDnsService extends Eventually { self: AkkaSpec ⇒
client.startContainer(creation.id())
eventually(timeout(5.seconds)) {
eventually(timeout(25.seconds)) {
client.logs(creation.id(), LogsParam.stderr()).readFully() should include("all zones loaded")
}
}