Increase unit test timeout in CI.

This commit is contained in:
Matt Clay 2019-11-01 16:46:13 -07:00
parent 135c853588
commit 78e476eb20

View file

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