Skip to content

Commit 924412c

Browse files
committed
Integration test bug fix
1 parent d827120 commit 924412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CICD/scripts/integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test_endpoint() {
1212
for attempt in $(seq 1 $max_attempts); do
1313
echo "🔍 Testing $name (attempt $attempt/$max_attempts)..."
1414

15-
if curl --fail --silent --show-error --max-time 30 "$url"; then
15+
if curl --fail --silent --show-error --max-time 120 "$url"; then
1616
echo "$name is responding"
1717
return 0
1818
else

0 commit comments

Comments
 (0)