Skip to content

Commit

Permalink
Merge pull request #1161 from serlo/test
Browse files Browse the repository at this point in the history
chore(github-docker): Wait longer for starting of docker container
  • Loading branch information
kulla authored Nov 30, 2023
2 parents 6b0ba36 + 2fe4f75 commit d19ae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Run the ${{ matrix.image }} docker image
run: yarn docker:run:${{ matrix.image }}
- name: Wait a little bit until the container was started
run: sleep 5
run: sleep 10
- name: Test the docker container ${{ matrix.image }}
run: yarn test:docker:${{ matrix.image }}

0 comments on commit d19ae2b

Please sign in to comment.