mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Increase test startup wait time
This commit is contained in:
parent
ace6badfed
commit
d28131469d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -28,7 +28,8 @@ jobs:
|
|||
docker pull php:8.0-cli-alpine
|
||||
docker compose build --progress=plain
|
||||
docker compose up -d
|
||||
sleep 10
|
||||
sleep 15
|
||||
|
||||
- name: Doctor
|
||||
run: docker compose exec -T appwrite doctor
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue