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

pull/61111/head
Sam Doran 5 years ago committed by GitHub
parent 9c1dc0ea7f
commit c9e7a2122d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save