Skip to content

Commit ba70622

Browse files
committed
test
1 parent 99f91d8 commit ba70622

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
@@ -95,7 +95,7 @@ nohup node --require '@aws/aws-distro-opentelemetry-node-autoinstrumentation/reg
9595
9696
# Wait for service to be ready
9797
echo "Waiting for service to be ready..."
98-
for i in {1..60}; do
98+
for i in {1..3}; do
9999
if curl -s http://localhost:8000/health > /dev/null 2>&1; then
100100
echo "Service is ready!"
101101
break

0 commit comments

Comments
 (0)