Skip to content

Commit

Permalink
Increase wait time for ceilometer to send metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Sep 6, 2023
1 parent 9f82a5a commit 8489ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
$PROMETHEUS_IMAGE
- name: Debug output
run: |
sleep 360
sleep 420
echo "=========================== qdr =========================" && \
docker exec qdr qdstat -b 127.0.0.1:5666 -a
docker logs qdr
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
$PROMETHEUS_IMAGE
- name: Debug output
run: |
sleep 360
sleep 420
echo "========================= sg-core =======================" && \
docker logs sgcore
echo "========================= ceilometer ====================" && \
Expand Down

0 comments on commit 8489ab5

Please sign in to comment.