Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Oct 11, 2023
1 parent da4783e commit 0166918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
avalanche:
image: quay.io/freshtracks.io/avalanche:latest
command:
- --metric-count=3000
- --metric-count=10
- --series-interval=3600
- --metric-interval=7200
ports:
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tests/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cleanup() {
docker-compose down
fi
kill $AGENT_PID || true
sudo rm -rf data-agent
rm -rf data-agent
rm -f "$logfile"
fi
}
Expand Down

0 comments on commit 0166918

Please sign in to comment.