Skip to content

Commit

Permalink
slower timing
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 7, 2024
1 parent f94c773 commit a814d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/smoke-test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

retries=10
sleep 15;
sleep 20;

while ((retries > 0)); do
curl http://localhost:3000 | grep "Example WODIN configuration" && break
Expand Down

0 comments on commit a814d20

Please sign in to comment.