Skip to content

Commit

Permalink
Update compose-fastnear-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Style authored Nov 26, 2024
1 parent 3720235 commit bed8ef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compose-fastnear-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
cache-to: type=gha,mode=max,scope=operator

- name: Build and start Docker Compose services
run: docker-compose -f ./docker-compose-fastnear.yml up --build -d --wait --wait-timeout 180
run: docker-compose -f ./docker-compose-fastnear.yml up --build -d

- name: Wait for a minute
run: sleep 60
- name: Wait for a 3 minutes
run: sleep 180

- name: List running containers
run: |
Expand Down Expand Up @@ -130,4 +130,4 @@ jobs:
done
- name: Tear down Docker Compose services
run: docker-compose -f ./docker-compose-fastnear.yml down
run: docker-compose -f ./docker-compose-fastnear.yml down

0 comments on commit bed8ef2

Please sign in to comment.