mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-05 20:47:54 +02:00
Flask API
This commit is contained in:
@@ -7,7 +7,7 @@ SERVER_PID=$!
|
||||
# Function to check if server is up
|
||||
wait_for_server() {
|
||||
echo "Waiting for Flask server to start..."
|
||||
local max_attempts=30
|
||||
local max_attempts=100
|
||||
local attempt=0
|
||||
|
||||
while [ $attempt -lt $max_attempts ]; do
|
||||
|
||||
Reference in New Issue
Block a user