Increase unit test timeout for --coverage.

This commit is contained in:
Matt Clay 2019-04-05 09:32:09 -07:00
parent 301d561420
commit c846501829

View file

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