Skip to content

Commit f411e79

Browse files
committed
Increase the maximum waiting time
CI may take longer than 10 seconds.
1 parent 16b063b commit f411e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ while true ; do
5252
sleep 1
5353
done
5454

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

0 commit comments

Comments
 (0)