Increase unit test timeout.

pull/67915/head
Matt Clay 5 years ago
parent ebb255f0d3
commit 42eba3ce25

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

Loading…
Cancel
Save