Skip to content

Commit

Permalink
Increase e2e sleep time on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Oct 31, 2023
1 parent a4fd602 commit 7f2bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
pnpm run --recursive --filter e2e start:data-provider-api &
pnpm run --recursive --filter e2e start:ci:signed-api &
pnpm run --recursive --filter e2e start:ci:pusher &
sleep 5
sleep 10
- name: Run e2e tests
run: pnpm run --recursive --filter e2e test:e2e

Expand Down

0 comments on commit 7f2bb6f

Please sign in to comment.