Merge pull request #1555 from vieux/removes

remove sleep from tests
This commit is contained in:
Alexandre Beslic 2015-12-17 17:53:12 -08:00
commit 7b1fee929a
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ function teardown() {
run docker_swarm network inspect bridge run docker_swarm network inspect bridge
[ "$status" -ne 0 ] [ "$status" -ne 0 ]
sleep 1
run docker_swarm network inspect node-0/bridge run docker_swarm network inspect node-0/bridge
[[ "${output}" != *"\"Containers\": {}"* ]] [[ "${output}" != *"\"Containers\": {}"* ]]