Skip to content

Commit

Permalink
Add sleep to acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 18, 2021
1 parent 250b164 commit e5518ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class { 'squid':}
# Run it twice and test for idempotency
apply_manifest(pp, catch_failures: true)
apply_manifest(pp, catch_changes: true)
# give splunk some time to start
shell('sleep 10')
end

describe package('squid') do
Expand Down

0 comments on commit e5518ad

Please sign in to comment.