Skip to content

Commit 60d9960

Browse files
committed
workflows: wait less
1 parent 9124695 commit 60d9960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- test
4242
steps:
4343
- name: Wait
44-
run: sleep 60
44+
run: sleep 30
4545
- name: Checkout
4646
uses: actions/checkout@v2
4747
- name: Test
@@ -60,7 +60,7 @@ jobs:
6060
- test-livecheck-formula
6161
steps:
6262
- name: Wait
63-
run: sleep 60
63+
run: sleep 30
6464
- name: Checkout
6565
uses: actions/checkout@v2
6666
- name: Test

0 commit comments

Comments
 (0)