Reduce delay

This commit is contained in:
David Dworken 2024-02-11 09:22:38 -08:00 committed by GitHub
parent d5eb739bb3
commit 7bd6d6ef77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ jobs:
run: |
# Add an extra short delay to allow datadog to flush metrics
sleep 300 # 5 minutes
sleep 90
- name: Upload test results json
uses: actions/upload-artifact@v3
if: success() || failure()