Skip to content

Commit

Permalink
Increase timeout for CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 31, 2021
1 parent 61c5d82 commit 82fac30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# This sleeps because hyperglass can take a long time to start. The service
# check above returns successfully as the service is running though it has
# not even bound to a port.
describe command('sleep 150; curl http://localhost:8001') do
describe command('sleep 180; curl http://localhost:8001') do
its(:stdout) { is_expected.to match %r{hyperglass} }
end
end
Expand Down

0 comments on commit 82fac30

Please sign in to comment.