index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/mysql-functions | 2 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index 205c584..6e8e621 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -59,7 +59,7 @@ mysql_run_query() { } > "${query_stdin}" for trial in $(seq 15); do if [ -f "${query_stdout}" ]; then - wait_some_time "$((10*trial))" "$((10*trial))" + wait_some_time "$((20*trial))" "$((20*trial))" fi if ${mysql_command} -N --raw --batch "$@" \ < "${query_stdin}" \ |