Skip to content

Commit

Permalink
Align the sleep time between the E2E tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Magni <nori.ste.magni@gmail.com>
  • Loading branch information
NoriSte committed May 30, 2023
1 parent 8f706ae commit 0e11b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ jobs:
run: |
node ./packages/cli/cli.js db migrations apply --config=./packages/frontend-template/test/e2e/fixtures/platformatic.e2e.db.json &&
node ./packages/cli/cli.js db start --config=./packages/frontend-template/test/e2e/fixtures/platformatic.e2e.db.json &
sleep 2 &&
sleep 5 &&
rm -rf packages/frontend-template/src/platformatic-generated-code
mkdir -p packages/frontend-template/src/platformatic-generated-code &&
cd packages/frontend-template/src/platformatic-generated-code &&
Expand Down

0 comments on commit 0e11b55

Please sign in to comment.