increase time maybe it will work

This commit is contained in:
Ayush Saini 2023-08-13 18:33:22 +05:30
parent 62e44e7e42
commit 26f73fb4ea
4 changed files with 1915 additions and 14 deletions

View file

@ -24,7 +24,7 @@ jobs:
run: |
./ballisticakit_server > server-output.log 2>&1 &
SERVER_PID=$!
sleep 30 # let it run for 30 seconds
sleep 50 # let it run for 30 seconds
kill $SERVER_PID # terminate the server
- name: Check server output for success message
run: |