Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Nov 14, 2024
1 parent 16b063b commit 61c598e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ while true ; do
sleep 1
done

for i in {1..10}; do
for i in {1..20}; do
# Need to wait a bit until Mroonga is available.
run_sql "SELECT mroonga_command('status')" > /dev/null 2>&1 && break
run_sql "SELECT mroonga_command('status')" && break
sleep 1
done

Expand Down

0 comments on commit 61c598e

Please sign in to comment.