Increase unit test coverage timeout.

pull/67891/head
Matt Clay 4 years ago
parent ac8f1ad4e2
commit bcddf2bda9

@ -9,7 +9,7 @@ version="${args[1]}"
group="${args[2]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
timeout=75
else
timeout=15
fi

Loading…
Cancel
Save