Skip to content

Commit 043d48d

Browse files
Merge pull request #1812 from lightpanda-io/longer-sleep
ci: add a longer sleep to wait for node start on wba test
2 parents e8fe801 + 0e48f31 commit 043d48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
run: |
208208
node webbotauth/validator.js &
209209
VALIDATOR_PID=$!
210-
sleep 1
210+
sleep 2
211211
212212
./lightpanda fetch http://127.0.0.1:8989/ \
213213
--web_bot_auth_key_file private_key.pem \

0 commit comments

Comments
 (0)