diff --git a/api/handlers/l99-honest-refresh.sh b/api/handlers/l99-honest-refresh.sh index 3c1e63194..4d8099e9c 100755 --- a/api/handlers/l99-honest-refresh.sh +++ b/api/handlers/l99-honest-refresh.sh @@ -2,11 +2,11 @@ # Opus 19avr: L99 honest refresh - runs NonReg and caches cd /var/www/html/api # Run master -MO=$(timeout 200 php -r '$_GET["k"]="WEVADS2026";$_SERVER["REMOTE_ADDR"]="127.0.0.1";include "/var/www/html/api/nonreg-master.php";' 2>&1) +MO=$(timeout 280 php -r '$_GET["k"]="WEVADS2026";$_SERVER["REMOTE_ADDR"]="127.0.0.1";include "/var/www/html/api/nonreg-master.php";' 2>&1) MP=$(echo "$MO" | grep -oE "[0-9]+ PASS" | head -1 | grep -oE "[0-9]+") MF=$(echo "$MO" | grep -oE "[0-9]+ FAIL" | head -1 | grep -oE "[0-9]+") # Run opus -OO=$(timeout 300 php -r '$_GET["k"]="WEVADS2026";$_SERVER["REMOTE_ADDR"]="127.0.0.1";include "/var/www/html/api/nonreg-opus.php";' 2>&1) +OO=$(timeout 400 php -r '$_GET["k"]="WEVADS2026";$_SERVER["REMOTE_ADDR"]="127.0.0.1";include "/var/www/html/api/nonreg-opus.php";' 2>&1) OP=$(echo "$OO" | grep -oE "[0-9]+ PASS" | head -1 | grep -oE "[0-9]+") OF=$(echo "$OO" | grep -oE "[0-9]+ FAIL" | head -1 | grep -oE "[0-9]+") # Compute combined diff --git a/api/v83-business-kpi-latest.json b/api/v83-business-kpi-latest.json index c3b2538db..54bf23f4f 100644 --- a/api/v83-business-kpi-latest.json +++ b/api/v83-business-kpi-latest.json @@ -1,7 +1,7 @@ { "ok": true, "version": "V83-business-kpi", - "ts": "2026-04-20T03:00:20+00:00", + "ts": "2026-04-20T03:05:16+00:00", "summary": { "total_categories": 7, "total_kpis": 56,