Skip to content

Commit

Permalink
We saw a race condition in the tests on Oracle Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Jul 28, 2015
1 parent 81372a8 commit 32b6e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/acceptance/docker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ class { 'docker': }
EOS

apply_manifest(@manifest, :catch_failures=>true)
# avoid a race condition with the registry taking time to start
# on some operating systems
sleep 4
end

it 'should be able to login to the registry' do
Expand Down

0 comments on commit 32b6e4f

Please sign in to comment.