jhj0517 commited on
Commit
7f2074d
·
unverified ·
1 Parent(s): 2b26e24

Update shell-scrpit-test.yml

Browse files
.github/workflows/shell-scrpit-test.yml CHANGED
@@ -36,5 +36,5 @@ jobs:
36
  shell: bash
37
  run: |
38
  chmod +x ./start-webui.sh
39
- ./start-webui.sh
40
 
 
36
  shell: bash
37
  run: |
38
  chmod +x ./start-webui.sh
39
+ timeout 60s ./start-webui.sh || true
40