Skip to content

Commit

Permalink
update delay value
Browse files Browse the repository at this point in the history
  • Loading branch information
anil0906 committed Jan 4, 2024
1 parent 27b1a56 commit 8dcfd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
run: docker-compose up -d
if: ${{ matrix.settings.host != 'windows-latest' }}

- name: Sleep for 10s
- name: Sleep for 30s
uses: juliangruber/sleep-action@v2.0.0
with:
time: 20s
time: 30s

- name: Run Migrations
run: PATH=$PATH:$(pwd) bin/component-test-setup.sh
Expand Down

0 comments on commit 8dcfd80

Please sign in to comment.