Skip to content

Commit

Permalink
longer sleep to verify container started
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Dec 2, 2023
1 parent 57251e3 commit f2be6af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Verify container
run: |
sleep 3
docker ps
sleep 5
docker container ls -a
- name: Execute tests
run: |
Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ cert.pem
key.pem
docker_rebuild.sh
notes.txt
tests/log.html
tests/output.xml
tests/report.html
tests/selenium-screenshot*
robot_tests/log.html
robot_tests/output.xml
robot_tests/report.html
robot_tests/selenium-screenshot*


# below are common python ignore lists
Expand Down

0 comments on commit f2be6af

Please sign in to comment.