diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index 720bcb40c..cf9ff544d 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -74,6 +74,9 @@ jobs: # Run the application in the background using nohup nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 & + # Wait for 60 seconds to allow the application to fully start + sleep 60 + # Detach from the SSH session to prevent hanging exit EOF