Skip to content

Commit

Permalink
Tweak test server setup wait
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

FliegendeWurst committed Jan 16, 2025
1 parent d972021 commit 17da838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-test-server.sh
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@

export HOME=$(mktemp -d)
trilium-server & disown
sleep 1
sleep 10
curl 'http://localhost:8080/api/setup/new-document' -X POST
curl 'http://localhost:8080/set-password' -X POST --data-raw 'password1=1234&password2=1234'

0 comments on commit 17da838

Please sign in to comment.