Unverified Commit 39b15f9d authored by xoviat's avatar xoviat Committed by GitHub
Browse files

[common] reduce spinner timeout

parent 94cc7688
......@@ -27,7 +27,7 @@ function start_spinner {
# to avoid travis quitting if there is no output
(while true; do
>&2 echo "Building libraries..."
sleep 480
sleep 60
done) &
MB_SPINNER_PID=$!
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment