Increase unit test timeout to account for long image download times (#61717)

This commit is contained in:
Sam Doran 2019-09-03 12:14:55 -04:00 committed by GitHub
parent 9c1dc0ea7f
commit c9e7a2122d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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