Allow more time for docker bind startup (#25855)
This commit is contained in:
parent
e847ce016a
commit
01a496efd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue