From 817f30cc27e30d1fe95bdca0304afe4c49d406b3 Mon Sep 17 00:00:00 2001 From: kyle Date: Tue, 19 Nov 2024 17:14:33 -0500 Subject: [PATCH] add more waits --- .github/workflows/Playwright.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Playwright.yml b/.github/workflows/Playwright.yml index 8e569e71..70f0ac5f 100644 --- a/.github/workflows/Playwright.yml +++ b/.github/workflows/Playwright.yml @@ -46,8 +46,9 @@ jobs: run: | pip install -r requirements.txt docker compose up redis & + sleep 10 python main.py -p APIProcess -e frontend-ci & - sleep 5 + sleep 10 # - name: Run your tests # run: npm run playwright