mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-23 23:39:02 +01:00
Add extra delay to see if that allows DD metrics to go through
This commit is contained in:
parent
0413e88321
commit
982f7b5f02
5
.github/workflows/go-test.yml
vendored
5
.github/workflows/go-test.yml
vendored
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user