Skip to content

Commit b6c1771

Browse files
committed
test
1 parent 2548445 commit b6c1771

File tree

1 file changed

+1
-1
lines changed
  • terraform/node/ec2/adot-genai

1 file changed

+1
-1
lines changed

terraform/node/ec2/adot-genai/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ echo "Service started with PID: $!"
101101
102102
# Wait for service to be ready
103103
echo "Waiting for service to be ready..."
104-
for i in {1..60}; do
104+
for i in {1..10}; do
105105
if curl -s http://localhost:8000/health > /dev/null 2>&1; then
106106
echo "Service is ready!"
107107
break

0 commit comments

Comments
 (0)