Increase unit test timeout for --coverage.

pull/54916/head
Matt Clay 5 years ago
parent 301d561420
commit c846501829

@ -8,7 +8,7 @@ IFS='/:' read -ra args <<< "$1"
version="${args[1]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=90
timeout=99
else
timeout=11
fi

Loading…
Cancel
Save