Increase unit test timeout.

This commit is contained in:
Matt Clay 2020-03-01 18:12:33 -08:00
parent ebb255f0d3
commit 42eba3ce25

View file

@ -11,7 +11,7 @@ group="${args[2]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=75
else
timeout=15
timeout=20
fi
group1=()