ci: add a longer sleep to wait for node start on wba test

This commit is contained in:
Pierre Tachoire
2026-03-13 12:22:48 +01:00
parent c3de47de90
commit 0e48f317cb

View File

@@ -207,7 +207,7 @@ jobs:
run: |
node webbotauth/validator.js &
VALIDATOR_PID=$!
sleep 1
sleep 2
./lightpanda fetch http://127.0.0.1:8989/ \
--web_bot_auth_key_file private_key.pem \