Skip to content

Commit

Permalink
increase sleep timing
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 23, 2024
1 parent 0b05dd3 commit 20873cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Start PRISM Server
run: |
./start-prism.sh & echo $! > prism_pid.txt
sleep 10
sleep 15
working-directory: xero-python/tests/utils

- name: Run Test
Expand All @@ -63,7 +63,6 @@ jobs:
source venv/bin/activate
pytest -v
working-directory: xero-python
continue-on-error: true

- name: Stop PRISM
if: success() || failure()
Expand Down

0 comments on commit 20873cd

Please sign in to comment.