Skip to content

Commit 20873cd

Browse files
committed
increase sleep timing
1 parent 0b05dd3 commit 20873cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Start PRISM Server
5555
run: |
5656
./start-prism.sh & echo $! > prism_pid.txt
57-
sleep 10
57+
sleep 15
5858
working-directory: xero-python/tests/utils
5959

6060
- name: Run Test
@@ -63,7 +63,6 @@ jobs:
6363
source venv/bin/activate
6464
pytest -v
6565
working-directory: xero-python
66-
continue-on-error: true
6766

6867
- name: Stop PRISM
6968
if: success() || failure()

0 commit comments

Comments
 (0)