Skip to content

Commit c971a1f

Browse files
author
Morgan Haskel
committed
FM-2140 - Fix for suphp test
Add a sleep in the suphp test to allow things to start up properly
1 parent 963a9d0 commit c971a1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/acceptance/mod_suphp_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class { 'apache::mod::suphp': }
3232
end
3333

3434
it 'should answer to suphp.example.com' do
35+
shell("/bin/sleep 10")
3536
shell("/usr/bin/curl suphp.example.com:80") do |r|
3637
expect(r.stdout).to match(/^daemon$/)
3738
expect(r.exit_code).to eq(0)

0 commit comments

Comments
 (0)