Add extra delay to see if that allows DD metrics to go through

This commit is contained in:
David Dworken 2023-10-22 19:37:09 -07:00
parent 0413e88321
commit 982f7b5f02
No known key found for this signature in database

View File

@ -75,6 +75,11 @@ jobs:
go install .
cd ../hishtory
make test
- name: Extra Delay
run: |
# Add an extra short delay to allow datadog to flush metrics
sleep 300 # 5 minutes
- name: Archive test results
uses: actions/upload-artifact@v3
if: success() || failure()