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 1f06797 commit ac89581Copy full SHA for ac89581
.github/workflows/python-ec2-genai-test.yml
@@ -142,8 +142,8 @@ jobs:
142
- name: Wait for metrics to be published
143
if: (success() || failure()) && !cancelled()
144
run: |
145
- echo "Waiting 75 seconds for EMF metrics to be published to CloudWatch"
146
- sleep 75
+ echo "Waiting 60 seconds for EMF metrics to be published to CloudWatch"
+ sleep 60
147
148
- name: Validate generated metrics
149
0 commit comments