Skip to content

Commit

Permalink
increase sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
rob3000 committed Jul 31, 2020
1 parent cf17236 commit e0cc7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Sleep for 30 seconds
uses: jakejarvis/wait-action@master
with:
time: '30s'
time: '1m'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit e0cc7d9

Please sign in to comment.