Increase unit test timeout in CI.

pull/64325/head
Matt Clay 6 years ago
parent 135c853588
commit 78e476eb20

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

Loading…
Cancel
Save