Skip to content

Commit

Permalink
Elastic docker file: increase sleep, bump image
Browse files Browse the repository at this point in the history
  • Loading branch information
ql committed Aug 19, 2024
1 parent 94e7198 commit c9774a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Start containers
run: |
docker compose up elasticsearch_test -d
sleep 10
sleep 15
- name: Tests
run: bundle exec rspec
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
elasticsearch_test:
image: "elasticsearch:8.11.3"
image: "elasticsearch:8.15.0"
environment:
- bootstrap.memory_lock=${ES_MEMORY_LOCK:-false}
- "ES_JAVA_OPTS=-Xms${TEST_ES_HEAP_SIZE:-500m} -Xmx${TEST_ES_HEAP_SIZE:-500m}"
Expand Down

0 comments on commit c9774a0

Please sign in to comment.