mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
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:
parent
bf1ba589c5
commit
e2e35a9659
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ dependencies = ["wait-server", "test-playwright", "stop"]
|
||||||
|
|
||||||
[tasks.wait-server]
|
[tasks.wait-server]
|
||||||
script = '''
|
script = '''
|
||||||
for run in {1..6}; do
|
for run in {1..12}; do
|
||||||
echo "Waiting to ensure server is started..."
|
echo "Waiting to ensure server is started..."
|
||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue