Skip to content

Commit

Permalink
add a sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
bchu1 committed Sep 27, 2024
1 parent 3b6b40c commit 56807a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ jobs:
ENV: ${{ inputs.environment }}

- name: Run E2E tests
run: pnpm e2e --shard ${{ matrix.shardCurrent }}/${{ matrix.shardTotal }}
run: |
sleep 10
pnpm e2e --shard ${{ matrix.shardCurrent }}/${{ matrix.shardTotal }}
working-directory: frontend/packages/data-portal
env:
API_URL: ${{ vars.API_URL }}
Expand Down

0 comments on commit 56807a0

Please sign in to comment.