Skip to content

Commit

Permalink
fix(ci) Wait a bit longer for server to start
Browse files Browse the repository at this point in the history
It took longer than I thought in Github and barely worked, giving it a
bit more of a buffer.
  • Loading branch information
paul-hansen committed Mar 1, 2024
1 parent bf1ba58 commit e2e35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cargo-make/playwright-trunk-test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2e35a9

Please sign in to comment.