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 if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60 timeout=60
else else
timeout=11 timeout=15
fi fi
group1=() group1=()

Loading…
Cancel
Save