Increase unit test coverage timeout.

This commit is contained in:
Matt Clay 2020-03-01 11:38:47 -08:00
parent ac8f1ad4e2
commit bcddf2bda9

View file

@ -9,7 +9,7 @@ version="${args[1]}"
group="${args[2]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
timeout=75
else
timeout=15
fi