fix(ci) Wait a bit longer for server to start

It took longer than I thought in Github and barely worked, giving it a
bit more of a buffer.
This commit is contained in:
Paul Hansen 2024-03-01 15:47:59 -06:00
parent bf1ba589c5
commit e2e35a9659

View file

@ -14,7 +14,7 @@ dependencies = ["wait-server", "test-playwright", "stop"]
[tasks.wait-server]
script = '''
for run in {1..6}; do
for run in {1..12}; do
echo "Waiting to ensure server is started..."
sleep 10
done