Skip to content

Commit

Permalink
wait 3 seconds extra, to give virtuoso service more time
Browse files Browse the repository at this point in the history
after the container starts, it needs just a couple of seconds to initialise. Hopefully 3s is enough to avoid any sporadic errors #15
  • Loading branch information
stuzart committed Apr 12, 2021
1 parent 1c48c9a commit 385345c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Wait to give Virtuoso a little extra time
run: jakejarvis/wait-action@master
with:
time: '3s'
- name: Run tests
run: bundle exec rspec spec

0 comments on commit 385345c

Please # to comment.