Skip to content

Commit

Permalink
workflows: wait less
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jul 7, 2020
1 parent 9124695 commit 60d9960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- test
steps:
- name: Wait
run: sleep 60
run: sleep 30
- name: Checkout
uses: actions/checkout@v2
- name: Test
Expand All @@ -60,7 +60,7 @@ jobs:
- test-livecheck-formula
steps:
- name: Wait
run: sleep 60
run: sleep 30
- name: Checkout
uses: actions/checkout@v2
- name: Test
Expand Down

0 comments on commit 60d9960

Please sign in to comment.