Skip to content

Commit

Permalink
try adding sleep while starting prism
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 23, 2024
1 parent 94a8f5f commit 3797926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:

- name: Start PRISM Server
run: |
./start-prism.sh
./start-prism.sh & sleep 10
# & echo $! > prism_pid.txt
sleep 15
# sleep 15
working-directory: xero-python/tests/utils

- name: Run Test
Expand Down

0 comments on commit 3797926

Please sign in to comment.