From ae63cf216f6aba8662953abde7ed72461cf1cbce Mon Sep 17 00:00:00 2001 From: Santi Lertsumran Date: Thu, 3 Oct 2024 11:49:23 +0700 Subject: [PATCH] ci: increase waiting time for E2E test --- .github/workflows/dast.yml | 2 +- .github/workflows/playwright.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dast.yml b/.github/workflows/dast.yml index cd9d957..39757be 100644 --- a/.github/workflows/dast.yml +++ b/.github/workflows/dast.yml @@ -68,7 +68,7 @@ jobs: PG_DB: crappy_test run: | gleam run & - sleep 10 && + sleep 30 && curl http://localhost:8000 -I - name: ZAP Scan uses: zaproxy/action-full-scan@v0.10.0 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 68721d6..801c036 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -64,7 +64,7 @@ jobs: PG_DB: crappy_test run: | gleam run & - sleep 10 && + sleep 30 && curl http://localhost:8000 -I - uses: actions/setup-node@v4 with: