We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1bd8a6 + 6d0a2c8 commit bfe755aCopy full SHA for bfe755a
tests/test_ruby.py
@@ -123,5 +123,5 @@ def test_rails_template(auto_container_per_test):
123
pytest.xfail("timezone data are not in the container")
124
125
assert "Ruby on Rails" in auto_container_per_test.connection.check_output(
126
- "cd /hello/ && (rails server > /dev/null &) && curl -sf --retry 5 --retry-connrefused http://localhost:3000",
+ "cd /hello/ && (timeout 30 rails server > /dev/null &) && curl -sf --retry 5 --retry-connrefused http://localhost:3000",
127
)
0 commit comments