Skip to content

Commit 34dba8b

Browse files
committed
FIX CI
1 parent d5a7ba8 commit 34dba8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Start development server proxy
101101
working-directory: plugin/runtime
102102
run: |
103-
docker compose -f docker-compose-proxy.yml up
103+
docker compose -f docker-compose-proxy.yml up --detach --wait
104104
- name: Run UI tests proxy
105105
working-directory: plugin/e2e
106106
run: npx playwright test -c playwright.config.proxy.js

runtime/graylog/config-proxy/graylog.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ message_journal_dir = data/journal
490490
# For a maximum of 12 hours or 5 GB whichever happens first.
491491
# During normal operation the journal will be smaller.
492492
#message_journal_max_age = 12h
493-
#message_journal_max_size = 5gb
493+
message_journal_max_size = 2gb
494494

495495
#message_journal_flush_age = 1m
496496
#message_journal_flush_interval = 1000000

runtime/graylog/config/graylog.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ message_journal_dir = data/journal
490490
# For a maximum of 12 hours or 5 GB whichever happens first.
491491
# During normal operation the journal will be smaller.
492492
#message_journal_max_age = 12h
493-
#message_journal_max_size = 5gb
493+
message_journal_max_size = 2gb
494494

495495
#message_journal_flush_age = 1m
496496
#message_journal_flush_interval = 1000000

0 commit comments

Comments
 (0)