Skip to content

Commit c0b657b

Browse files
committed
increase sleep timer
1 parent 3797926 commit c0b657b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

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

0 commit comments

Comments
 (0)