We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2717762 commit b5e704fCopy full SHA for b5e704f
spec/dockerapp/docker_compose_spec.rb
@@ -1,6 +1,6 @@
1
require "dockerspec/serverspec"
2
3
-describe docker_compose("docker-compose.yml") do
+describe docker_compose("docker-compose.yml", :wait => 60) do
4
5
its_container(:redis) do
6
describe port(6379) do
0 commit comments