From 0621eaf9387d550471592629dc7f87555505c702 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Sun, 18 May 2025 15:22:36 -0600 Subject: [PATCH] Flask API --- .github/workflows/run_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_server.sh b/.github/workflows/run_server.sh index a7cbf6709..709cd3734 100755 --- a/.github/workflows/run_server.sh +++ b/.github/workflows/run_server.sh @@ -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