Skip to content

Commit c2634a4

Browse files
authored
Add sleep between 'make stop' and 'make start'
1 parent f99f388 commit c2634a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
env:
5555
JVM_OPTS: -Xmx3200m
5656
TERM: dumb
57+
- name: sleep 10s
58+
run: sleep 10s
5759
- name: Make - start
5860
run: |
5961
make start

0 commit comments

Comments
 (0)