diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bb6e6e76..9c85b545b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,6 +194,7 @@ jobs: weechat-headless \ --dir /tmp/weechat-test-api \ --run-command '/set relay.network.password "${{ env.RELAY_PASSWORD }}"' \ + --run-command '/set relay.network.password_hash_iterations 100' \ --run-command '/set relay.network.max_clients 0' \ --run-command '/relay add api 9000' \ --daemon \