mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +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
|
||||
}
|
||||
|
||||
# Wait 15 seconds before first attempt
|
||||
echo "Waiting 15 seconds for services to start..."
|
||||
sleep 15
|
||||
# Wait 30 seconds before first attempt
|
||||
echo "Waiting 30 seconds for services to start..."
|
||||
sleep 30
|
||||
|
||||
# Try up to 3 times with 30-second intervals
|
||||
max_attempts=3
|
||||
|
||||
Reference in New Issue
Block a user