Skip to content

Commit

Permalink
ruby is too fast
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Aug 5, 2024
1 parent 4541d52 commit eaf67d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
npm install -g @stoplight/prism-cli
bundle install
prism mock ./bandwidth.yml & (sleep 2; rake unit)
prism mock ./bandwidth.yml & (sleep 3; rake unit)
shell: bash

- name: Deploy to Rubygems
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
npm install -g @stoplight/prism-cli
bundle install
prism mock ./bandwidth.yml & (sleep 2; rake unit)
prism mock ./bandwidth.yml & (sleep 3; rake unit)
env:
RUBY_VERSION: ${{ matrix.ruby-version }}
OPERATING_SYSTEM: ${{ matrix.os }}
Expand Down

0 comments on commit eaf67d2

Please sign in to comment.