Skip to content

Commit

Permalink
feat: Increase timeout for verifying Clickhouse data to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 9, 2024
1 parent 7576fc9 commit f099576
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cannon-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ jobs:
address: xatu-server:8080
outputs:
- name: log
type: stdout
- name: xatu
type: xatu
config:
Expand All @@ -138,10 +136,9 @@ jobs:
sleep 5
docker logs xatu-cannon
- name: Verify Clickhouse has data
timeout-minutes: 10
timeout-minutes: 15
run: |
.github/cannon/assert_clickhouse.sh .github/cannon/seeding.yaml
- name: Collect docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2
Expand Down

0 comments on commit f099576

Please sign in to comment.