docs: README test count, Technical Manual default hours table, local-dev-2.sh config
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ login() {
|
||||
wait_for_backend() {
|
||||
echo -ne "⏳ Waiting for backend..."
|
||||
for ((i=1; i<=60; i++)); do
|
||||
if curl -s --connect-timeout 2 http://localhost:8080/api/register > /dev/null 2>&1; then
|
||||
if curl -s --connect-timeout 2 --max-time 5 http://localhost:8080/api/register > /dev/null 2>&1; then
|
||||
echo -e "\r⏳ Waiting for backend... ${C_GREEN}Ready!${C_RESET}"
|
||||
return 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user