Skip to content

Commit

Permalink
build: increase sleep to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed May 14, 2024
1 parent d00025b commit 08a7a45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
tutor plugins enable aspects
tutor config save
tutor local start -d clickhouse mysql
sleep 10
sleep 20
tutor local do init -l aspects
tutor local do load-xapi-test-data
- name: Check docs coverage
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
run: |
tutor plugins enable aspects
tutor config save
tutor local start -d
tutor local start -d clickhouse mysql
sleep 20
tutor local do init -l aspects
tutor local do load-xapi-test-data
- name: Build docs
Expand Down

0 comments on commit 08a7a45

Please sign in to comment.