Skip to content

Commit

Permalink
dev work e2e test
Browse files Browse the repository at this point in the history
Remove unnecessary failing step from E2E test
  • Loading branch information
8naama authored Sep 11, 2024
2 parents e568b88 + db4b320 commit 7353886
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/integrationTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@ jobs:
run: |
PYTHONPATH=. python3 ./tests/IntegrationTests/test_shipping.py &
echo $! > script_pid.txt
- name: Wait 30s
run: sleep 30
- name: Kill api fetcher
run: |
kill -9 $(cat script_pid.txt)
rm script_pid.txt
- name: Wait 1m, to allow logs to get processed and indexed in logzio
run: sleep 60
- name: Wait, to allow logs to get processed and indexed in logzio
run: sleep 120
- name: Check Logzio for logs
env:
LOGZIO_API_TOKEN: ${{ secrets.LOGZIO_API_TOKEN }}
Expand Down

0 comments on commit 7353886

Please sign in to comment.