Skip to content

Commit ac89581

Browse files
committed
test
1 parent 1f06797 commit ac89581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ec2-genai-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
- name: Wait for metrics to be published
143143
if: (success() || failure()) && !cancelled()
144144
run: |
145-
echo "Waiting 75 seconds for EMF metrics to be published to CloudWatch"
146-
sleep 75
145+
echo "Waiting 60 seconds for EMF metrics to be published to CloudWatch"
146+
sleep 60
147147
148148
- name: Validate generated metrics
149149
if: (success() || failure()) && !cancelled()

0 commit comments

Comments
 (0)