Skip to content

Commit aaade9a

Browse files
committed
fix this issue (automagik-forge 146e8095)
this pc is slower, the timeout must not kill the build, NO MATTER WHAT Compiling enumflags2 v0.7.12 Compiling serde_with_macros v3.15.1 Still waiting... (180s) Compiling ts-rs-macros v11.0.1 (https://github.com/xazukx/ts-rs.git?branch=use-ts-enum#b5c8277a) ❌ Backend failed to start within 180 seconds HTTP ready: false Database ready: false 🛑 Shutting down development environment... Stopping backend (PID: 6659)... Stopping frontend... ✅ Cleanup complete make: *** [Makefile:119: dev] Error 1
1 parent 7c0b419 commit aaade9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev/run-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ trap cleanup EXIT INT TERM
172172
# Wait for backend to be ready (HTTP server + database)
173173
echo "⏳ Waiting for backend to be ready..."
174174
echo " (This may take a while on first run due to Rust compilation)"
175-
MAX_ATTEMPTS=180 # 3 minutes max wait (compilation can be slow)
175+
MAX_ATTEMPTS=1800 # 30 minutes max wait (compilation can be very slow on limited hardware)
176176
ATTEMPT=0
177177
HTTP_READY=false
178178
DB_READY=false

0 commit comments

Comments
 (0)