We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d827120 commit 924412cCopy full SHA for 924412c
CICD/scripts/integration-test.sh
@@ -12,7 +12,7 @@ test_endpoint() {
12
for attempt in $(seq 1 $max_attempts); do
13
echo "🔍 Testing $name (attempt $attempt/$max_attempts)..."
14
15
- if curl --fail --silent --show-error --max-time 30 "$url"; then
+ if curl --fail --silent --show-error --max-time 120 "$url"; then
16
echo "✅ $name is responding"
17
return 0
18
else
0 commit comments