mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 11:29:39 +08:00
revert: test image first wait time
This commit is contained in:
6
.github/workflows/test-dev-image.yaml
vendored
6
.github/workflows/test-dev-image.yaml
vendored
@@ -61,9 +61,9 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Wait 15 seconds before first attempt
|
# Wait 30 seconds before first attempt
|
||||||
echo "Waiting 15 seconds for services to start..."
|
echo "Waiting 30 seconds for services to start..."
|
||||||
sleep 15
|
sleep 30
|
||||||
|
|
||||||
# Try up to 3 times with 30-second intervals
|
# Try up to 3 times with 30-second intervals
|
||||||
max_attempts=3
|
max_attempts=3
|
||||||
|
|||||||
Reference in New Issue
Block a user