We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d6cc86 + d9cbdc5 commit 12703aeCopy full SHA for 12703ae
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/ && (timeout 30 rails server > /dev/null &) && curl -sf --retry 5 --retry-connrefused http://localhost:3000",
+ "cd /hello/ && (timeout 60 rails server > /dev/null 2>&1 &) && curl -sf --retry 5 --retry-connrefused http://localhost:3000 && kill -TERM $(<tmp/pids/server.pid)",
127
)
0 commit comments